Html Css Color HEX #FC02AA Hollywood Cerise

📋 copy color: '#FC02AA'

red 252 ◦ green 2 ◦ blue 170

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

Shades of Hollywood Cerise #FC02AA

Tints of Hollywood Cerise #FC02AA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 59.43%
G = 0.47%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FC02AA (or 0xFC02AA) is known color: Hollywood Cerise. HEX triplet: FC, 02 and AA. RGB value is (252,2,170). Sum of RGB (Red+Green+Blue) = 252+2+170=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 2 (1.17% from 255 or 0.47% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02AA is #03FD55. Grayscale: #5F5F5F. Windows color (decimal): -261462 or 11141884. OLE color: 11141884.

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

Color convert

RGB 252 2 170 -
CMYK 0 0.99 0.33 0.01
HSL 319.68º 0.98% 0.5% -
HSV(B) 319.68º 0.99% 0.99% -
XYZ 47.42 23.64 40.09 -
YUV 95.9 169.83 239.34 -
System Red Green Blue C M Y K H S L
Decimal 252 2 170 0 0.99 0.33 0.01 319.68 0.98 0.5
Hex FC 2 AA 0 63 21 1 140 62 32
Octal 374 2 252 0 143 41 1 500 142 62
Binary 11111100 10 10101010 0 1100011 100001 1 101000000 1100010 110010

Color Harmonies of #FC02AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02AA

Black with #FC02AA

Text Example


Text Example

White with #FC02AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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