Html Css Color HEX #FC09AA Hollywood Cerise

📋 copy color: '#FC09AA'

red 252 ◦ green 9 ◦ blue 170

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

Shades of Hollywood Cerise #FC09AA

Tints of Hollywood Cerise #FC09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 58.47%
G = 2.09%
B = 39.44%

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

#FC09AA (or 0xFC09AA) is known color: Hollywood Cerise. HEX triplet: FC, 09 and AA. RGB value is (252,9,170). Sum of RGB (Red+Green+Blue) = 252+9+170=431 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.47% from 431); Green value is 9 (3.91% from 255 or 2.09% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 252 - color contains mainly: red. Hex color #FC09AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC09AA is #03F655. Grayscale: #636363. Windows color (decimal): -259670 or 11143676. OLE color: 11143676.

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

Color convert

RGB 252 9 170 -
CMYK 0 0.96 0.33 0.01
HSL 320.25º 0.98% 0.51% -
HSV(B) 320.25º 0.96% 0.99% -
XYZ 47.5 23.79 40.12 -
YUV 100.01 167.51 236.41 -
System Red Green Blue C M Y K H S L
Decimal 252 9 170 0 0.96 0.33 0.01 320.25 0.98 0.51
Hex FC 9 AA 0 60 21 1 140 62 33
Octal 374 11 252 0 140 41 1 500 142 63
Binary 11111100 1001 10101010 0 1100000 100001 1 101000000 1100010 110011

Color Harmonies of #FC09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC09AA

Black with #FC09AA

Text Example


Text Example

White with #FC09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC09AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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