#FD5FA9

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

Shades of Brilliant Rose #FD5FA9

Tints of Brilliant Rose #FD5FA9

Color information

#FD5FA9 (or 0xFD5FA9) is unknown color: approx Brilliant Rose. HEX triplet: FD, 5F and A9. RGB value is (253,95,169). Sum of RGB (Red+Green+Blue) = 253+95+169=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 95 (37.5% from 255 or 18.38% from 517); Blue value is 169 (66.41% from 255 or 32.69% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5FA9 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5FA9 is #02A056. Grayscale: #969696. Windows color (decimal): -172119 or 11100157. OLE color: 11100157.

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

Color convert

RGB25395169-
CMYK00.620.330.01
HSL331.9º97.53%68.24%-
HSV(B)331.9º62.45%99.22%-
XYZ51.7631.9340.97-
YUV150.68138.35200.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 95 (37.5% from 255) = 18.38%
BLUE value IS 169 (66.41% from 255) = 32.69%
R=48.94%
G=18.38%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539516900.620.330.01331.997.5368.24
HexFD5FA903E21114c6244
Octal375137251076411514142104
Binary111111011011111101010010111110100001110100110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5FA9; }

 p { color: rgb(253,95,169); }

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

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

 a { background-color: rgb(253,95,169); }

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

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

 span { border-color: rgb(253,95,169); }

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