Html Css Color HEX #FC04AC Hollywood Cerise

📋 copy color: '#FC04AC'

red 252 ◦ green 4 ◦ blue 172

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

Shades of Hollywood Cerise #FC04AC

Tints of Hollywood Cerise #FC04AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.19%

R = 58.88%
G = 0.93%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FC04AC (or 0xFC04AC) is known color: Hollywood Cerise. HEX triplet: FC, 04 and AC. RGB value is (252,4,172). Sum of RGB (Red+Green+Blue) = 252+4+172=428 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.88% from 428); Green value is 4 (1.95% from 255 or 0.93% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC04AC is #03FB53. Grayscale: #606060. Windows color (decimal): -260948 or 11273468. OLE color: 11273468.

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

Color convert

RGB 252 4 172 -
CMYK 0 0.98 0.32 0.01
HSL 319.35º 0.98% 0.5% -
HSV(B) 319.35º 0.98% 0.99% -
XYZ 47.63 23.76 41.11 -
YUV 97.3 170.16 238.34 -
System Red Green Blue C M Y K H S L
Decimal 252 4 172 0 0.98 0.32 0.01 319.35 0.98 0.5
Hex FC 4 AC 0 62 20 1 13F 62 32
Octal 374 4 254 0 142 40 1 477 142 62
Binary 11111100 100 10101100 0 1100010 100000 1 100111111 1100010 110010

Color Harmonies of #FC04AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC04AC

Black with #FC04AC

Text Example


Text Example

White with #FC04AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC04AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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