#FD4FA1

Color #FD4FA1 Brilliant Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brilliant Rose #FD4FA1

Tints of Brilliant Rose #FD4FA1

Color information

#FD4FA1 (or 0xFD4FA1) is unknown color: approx Brilliant Rose. HEX triplet: FD, 4F and A1. RGB value is (253,79,161). Sum of RGB (Red+Green+Blue) = 253+79+161=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 161 (63.28% from 255 or 32.66% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4FA1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD4FA1 is #02B05E. Grayscale: #8C8C8C. Windows color (decimal): -176223 or 10571773. OLE color: 10571773.

HSL color Cylindrical-coordinate representation of color #FD4FA1: hue angle of 331.72º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4FA1 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB25379161-
CMYK00.690.360.01
HSL331.72º97.75%65.1%-
HSV(B)331.72º68.77%99.22%-
XYZ49.7429.0536.7-
YUV140.37139.65208.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 51.32%
GREEN value IS 79 (31.25% from 255) = 16.02%
BLUE value IS 161 (63.28% from 255) = 32.66%
R=51.32%
G=16.02%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537916100.690.360.01331.7297.7565.1
HexFD4FA104524114c6241
Octal3751172410105441514142101
Binary1111110110011111010000101000101100100110100110011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD4FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD4FA1; }

 p { color: rgb(253,79,161); }

 H1.HeaderClassName
 {
   color: #FD4FA1;
 }
 .AnyTagClassName
 {
   color: #FD4FA1;
 }
</style>
background-color css

<style>
 a { background-color: #FD4FA1; }

 a { background-color: rgb(253,79,161); }

 div.DivClassName
 {
   background-color: #FD4FA1;
 }
 .BgClassName
 {
   background-color: #FD4FA1;
 }
</style>
border-color css

<style>
 span { border-color: #FD4FA1; }

 span { border-color: rgb(253,79,161); }

 td.TdClassName
 {
   border-color: #FD4FA1;
 }
 .TagClassName
 {
   border-color: #FD4FA1;
 }
</style>