Html Css Color HEX #FC02AD Hollywood Cerise

📋 copy color: '#FC02AD'

red 252 ◦ green 2 ◦ blue 173

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

Shades of Hollywood Cerise #FC02AD

Tints of Hollywood Cerise #FC02AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 59.02%
G = 0.47%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FC02AD (or 0xFC02AD) is known color: Hollywood Cerise. HEX triplet: FC, 02 and AD. RGB value is (252,2,173). Sum of RGB (Red+Green+Blue) = 252+2+173=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC02AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC02AD is #03FD52. Grayscale: #5F5F5F. Windows color (decimal): -261459 or 11338492. OLE color: 11338492.

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

Color convert

RGB 252 2 173 -
CMYK 0 0.99 0.31 0.01
HSL 318.96º 0.98% 0.5% -
HSV(B) 318.96º 0.99% 0.99% -
XYZ 47.71 23.76 41.61 -
YUV 96.24 171.33 239.1 -
System Red Green Blue C M Y K H S L
Decimal 252 2 173 0 0.99 0.31 0.01 318.96 0.98 0.5
Hex FC 2 AD 0 63 1F 1 13F 62 32
Octal 374 2 255 0 143 37 1 477 142 62
Binary 11111100 10 10101101 0 1100011 11111 1 100111111 1100010 110010

Color Harmonies of #FC02AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC02AD

Black with #FC02AD

Text Example


Text Example

White with #FC02AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC02AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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