Html Css Color HEX #FC0DA0 Hollywood Cerise

📋 copy color: '#FC0DA0'

red 252 ◦ green 13 ◦ blue 160

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

Shades of Hollywood Cerise #FC0DA0

Tints of Hollywood Cerise #FC0DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 59.29%
G = 3.06%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC0DA0 (or 0xFC0DA0) is known color: Hollywood Cerise. HEX triplet: FC, 0D and A0. RGB value is (252,13,160). Sum of RGB (Red+Green+Blue) = 252+13+160=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0DA0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0DA0 is #03F25F. Grayscale: #646464. Windows color (decimal): -258656 or 10489340. OLE color: 10489340.

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

Color convert

RGB 252 13 160 -
CMYK 0 0.95 0.37 0.01
HSL 323.1º 0.98% 0.52% -
HSV(B) 323.1º 0.95% 0.99% -
XYZ 46.63 23.52 35.34 -
YUV 101.22 161.18 235.55 -
System Red Green Blue C M Y K H S L
Decimal 252 13 160 0 0.95 0.37 0.01 323.1 0.98 0.52
Hex FC D A0 0 5F 25 1 143 62 34
Octal 374 15 240 0 137 45 1 503 142 64
Binary 11111100 1101 10100000 0 1011111 100101 1 101000011 1100010 110100

Color Harmonies of #FC0DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0DA0

Black with #FC0DA0

Text Example


Text Example

White with #FC0DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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