#FD09A9

Color #FD09A9 Hollywood Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hollywood Cerise #FD09A9

Tints of Hollywood Cerise #FD09A9

Color information

#FD09A9 (or 0xFD09A9) is unknown color: approx Hollywood Cerise. HEX triplet: FD, 09 and A9. RGB value is (253,9,169). Sum of RGB (Red+Green+Blue) = 253+9+169=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD09A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD09A9 is #02F656. Grayscale: #636363. Windows color (decimal): -194135 or 11078141. OLE color: 11078141.

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

Color convert

RGB2539169-
CMYK00.960.330.01
HSL320.66º98.39%51.37%-
HSV(B)320.66º96.44%99.22%-
XYZ47.7723.9439.64-
YUV100.2166.84236.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.70%
GREEN value IS 9 (3.91% from 255) = 2.09%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=58.70%
G=2.09%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253916900.960.330.01320.6698.3951.37
HexFD9A90602111416233
Octal37511251014041150114263
Binary111111011001101010010110000010000111010000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD09A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD09A9; }

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

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

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

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

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

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

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

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