Html Css Color HEX #FC02A8 Hollywood Cerise

📋 copy color: '#FC02A8'

red 252 ◦ green 2 ◦ blue 168

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

Shades of Hollywood Cerise #FC02A8

Tints of Hollywood Cerise #FC02A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.81%

R = 59.72%
G = 0.47%
B = 39.81%

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

#FC02A8 (or 0xFC02A8) is known color: Hollywood Cerise. HEX triplet: FC, 02 and A8. RGB value is (252,2,168). Sum of RGB (Red+Green+Blue) = 252+2+168=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 2 (1.17% from 255 or 0.47% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02A8 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02A8 is #03FD57. Grayscale: #5F5F5F. Windows color (decimal): -261464 or 11010812. OLE color: 11010812.

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

Color convert

RGB 252 2 168 -
CMYK 0 0.99 0.33 0.01
HSL 320.16º 0.98% 0.5% -
HSV(B) 320.16º 0.99% 0.99% -
XYZ 47.23 23.57 39.1 -
YUV 95.67 168.83 239.5 -
System Red Green Blue C M Y K H S L
Decimal 252 2 168 0 0.99 0.33 0.01 320.16 0.98 0.5
Hex FC 2 A8 0 63 21 1 140 62 32
Octal 374 2 250 0 143 41 1 500 142 62
Binary 11111100 10 10101000 0 1100011 100001 1 101000000 1100010 110010

Color Harmonies of #FC02A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02A8

Black with #FC02A8

Text Example


Text Example

White with #FC02A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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