Html Css Color HEX #FC0DA2 Hollywood Cerise

📋 copy color: '#FC0DA2'

red 252 ◦ green 13 ◦ blue 162

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

Shades of Hollywood Cerise #FC0DA2

Tints of Hollywood Cerise #FC0DA2

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 162 (63.67% from 255) = 37.94%

R = 59.02%
G = 3.04%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FC0DA2 (or 0xFC0DA2) is known color: Hollywood Cerise. HEX triplet: FC, 0D and A2. RGB value is (252,13,162). Sum of RGB (Red+Green+Blue) = 252+13+162=427 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.02% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DA2 is #03F25D. Grayscale: #656565. Windows color (decimal): -258654 or 10620412. OLE color: 10620412.

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

Color convert

RGB 252 13 162 -
CMYK 0 0.95 0.36 0.01
HSL 322.59º 0.98% 0.52% -
HSV(B) 322.59º 0.95% 0.99% -
XYZ 46.81 23.59 36.27 -
YUV 101.45 162.18 235.38 -
System Red Green Blue C M Y K H S L
Decimal 252 13 162 0 0.95 0.36 0.01 322.59 0.98 0.52
Hex FC D A2 0 5F 24 1 143 62 34
Octal 374 15 242 0 137 44 1 503 142 64
Binary 11111100 1101 10100010 0 1011111 100100 1 101000011 1100010 110100

Color Harmonies of #FC0DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DA2

Black with #FC0DA2

Text Example


Text Example

White with #FC0DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DA2; }

 p { color: rgb(252,13,162); }

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

background-color css

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

 a { background-color: rgb(252,13,162); }

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

border-color css

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

 span { border-color: rgb(252,13,162); }

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