Html Css Color HEX #FC0CA2 Hollywood Cerise

📋 copy color: '#FC0CA2'

red 252 ◦ green 12 ◦ blue 162

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

Shades of Hollywood Cerise #FC0CA2

Tints of Hollywood Cerise #FC0CA2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.82%

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

R = 59.15%
G = 2.82%
B = 38.03%

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

#FC0CA2 (or 0xFC0CA2) is known color: Hollywood Cerise. HEX triplet: FC, 0C and A2. RGB value is (252,12,162). Sum of RGB (Red+Green+Blue) = 252+12+162=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 12 (5.08% from 255 or 2.82% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0CA2 is #03F35D. Grayscale: #646464. Windows color (decimal): -258910 or 10620156. OLE color: 10620156.

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

Color convert

RGB 252 12 162 -
CMYK 0 0.95 0.36 0.01
HSL 322.5º 0.98% 0.52% -
HSV(B) 322.5º 0.95% 0.99% -
XYZ 46.8 23.57 36.26 -
YUV 100.86 162.51 235.8 -
System Red Green Blue C M Y K H S L
Decimal 252 12 162 0 0.95 0.36 0.01 322.5 0.98 0.52
Hex FC C A2 0 5F 24 1 142 62 34
Octal 374 14 242 0 137 44 1 502 142 64
Binary 11111100 1100 10100010 0 1011111 100100 1 101000010 1100010 110100

Color Harmonies of #FC0CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0CA2

Black with #FC0CA2

Text Example


Text Example

White with #FC0CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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