Html Css Color HEX #FC02AB Hollywood Cerise

📋 copy color: '#FC02AB'

red 252 ◦ green 2 ◦ blue 171

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

Shades of Hollywood Cerise #FC02AB

Tints of Hollywood Cerise #FC02AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 59.29%
G = 0.47%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC02AB (or 0xFC02AB) is known color: Hollywood Cerise. HEX triplet: FC, 02 and AB. RGB value is (252,2,171). Sum of RGB (Red+Green+Blue) = 252+2+171=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 2 (1.17% from 255 or 0.47% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02AB is #03FD54. Grayscale: #5F5F5F. Windows color (decimal): -261461 or 11207420. OLE color: 11207420.

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

Color convert

RGB 252 2 171 -
CMYK 0 0.99 0.32 0.01
HSL 319.44º 0.98% 0.5% -
HSV(B) 319.44º 0.99% 0.99% -
XYZ 47.52 23.68 40.59 -
YUV 96.02 170.33 239.26 -
System Red Green Blue C M Y K H S L
Decimal 252 2 171 0 0.99 0.32 0.01 319.44 0.98 0.5
Hex FC 2 AB 0 63 20 1 13F 62 32
Octal 374 2 253 0 143 40 1 477 142 62
Binary 11111100 10 10101011 0 1100011 100000 1 100111111 1100010 110010

Color Harmonies of #FC02AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02AB

Black with #FC02AB

Text Example


Text Example

White with #FC02AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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