Html Css Color HEX #FC09A9 Hollywood Cerise

📋 copy color: '#FC09A9'

red 252 ◦ green 9 ◦ blue 169

#FC09A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hollywood Cerise #FC09A9

Tints of Hollywood Cerise #FC09A9

RGB

 RED value IS 252 (98.83% from 255) = 58.6%

 GREEN value IS 9 (3.91% from 255) = 2.09%

 BLUE value IS 169 (66.41% from 255) = 39.3%

R = 58.6%
G = 2.09%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC09A9 (or 0xFC09A9) is known color: Hollywood Cerise. HEX triplet: FC, 09 and A9. RGB value is (252,9,169). Sum of RGB (Red+Green+Blue) = 252+9+169=430 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.60% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 169 (66.41% from 255 or 39.30% from 430); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09A9 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09A9 is #03F656. Grayscale: #636363. Windows color (decimal): -259671 or 11078140. OLE color: 11078140.

HSL color Cylindrical-coordinate representation of color #FC09A9: hue angle of 320.49º 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 #FC09A9 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 9 169 -
CMYK 0 0.96 0.33 0.01
HSL 320.49º 0.98% 0.51% -
HSV(B) 320.49º 0.96% 0.99% -
XYZ 47.4 23.76 39.62 -
YUV 99.9 167.01 236.49 -
System Red Green Blue C M Y K H S L
Decimal 252 9 169 0 0.96 0.33 0.01 320.49 0.98 0.51
Hex FC 9 A9 0 60 21 1 140 62 33
Octal 374 11 251 0 140 41 1 500 142 63
Binary 11111100 1001 10101001 0 1100000 100001 1 101000000 1100010 110011

Color Harmonies of #FC09A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09A9

Black with #FC09A9

Text Example


Text Example

White with #FC09A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09A9; }

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

 H1.HeaderClassName
 {
   color: #FC09A9;
 }
 .AnyTagClassName
 {
   color: #FC09A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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