Html Css Color HEX #FC04A0 Hollywood Cerise

📋 copy color: '#FC04A0'

red 252 ◦ green 4 ◦ blue 160

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

Shades of Hollywood Cerise #FC04A0

Tints of Hollywood Cerise #FC04A0

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.96%

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

R = 60.58%
G = 0.96%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FC04A0 (or 0xFC04A0) is known color: Hollywood Cerise. HEX triplet: FC, 04 and A0. RGB value is (252,4,160). Sum of RGB (Red+Green+Blue) = 252+4+160=416 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.58% from 416); Green value is 4 (1.95% from 255 or 0.96% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04A0 is #03FB5F. Grayscale: #5F5F5F. Windows color (decimal): -260960 or 10487036. OLE color: 10487036.

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

Color convert

RGB 252 4 160 -
CMYK 0 0.98 0.37 0.01
HSL 322.26º 0.98% 0.5% -
HSV(B) 322.26º 0.98% 0.99% -
XYZ 46.53 23.32 35.31 -
YUV 95.94 164.16 239.32 -
System Red Green Blue C M Y K H S L
Decimal 252 4 160 0 0.98 0.37 0.01 322.26 0.98 0.5
Hex FC 4 A0 0 62 25 1 142 62 32
Octal 374 4 240 0 142 45 1 502 142 62
Binary 11111100 100 10100000 0 1100010 100101 1 101000010 1100010 110010

Color Harmonies of #FC04A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04A0

Black with #FC04A0

Text Example


Text Example

White with #FC04A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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