Html Css Color HEX #FC04A6 Hollywood Cerise

📋 copy color: '#FC04A6'

red 252 ◦ green 4 ◦ blue 166

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

Shades of Hollywood Cerise #FC04A6

Tints of Hollywood Cerise #FC04A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 39.34%

R = 59.72%
G = 0.95%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FC04A6 (or 0xFC04A6) is known color: Hollywood Cerise. HEX triplet: FC, 04 and A6. RGB value is (252,4,166). Sum of RGB (Red+Green+Blue) = 252+4+166=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 4 (1.95% from 255 or 0.95% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04A6 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04A6 is #03FB59. Grayscale: #606060. Windows color (decimal): -260954 or 10880252. OLE color: 10880252.

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

Color convert

RGB 252 4 166 -
CMYK 0 0.98 0.34 0.01
HSL 320.81º 0.98% 0.5% -
HSV(B) 320.81º 0.98% 0.99% -
XYZ 47.07 23.54 38.14 -
YUV 96.62 167.16 238.83 -
System Red Green Blue C M Y K H S L
Decimal 252 4 166 0 0.98 0.34 0.01 320.81 0.98 0.5
Hex FC 4 A6 0 62 22 1 141 62 32
Octal 374 4 246 0 142 42 1 501 142 62
Binary 11111100 100 10100110 0 1100010 100010 1 101000001 1100010 110010

Color Harmonies of #FC04A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04A6

Black with #FC04A6

Text Example


Text Example

White with #FC04A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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