Html Css Color HEX #FC05AC Hollywood Cerise

📋 copy color: '#FC05AC'

red 252 ◦ green 5 ◦ blue 172

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

Shades of Hollywood Cerise #FC05AC

Tints of Hollywood Cerise #FC05AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.17%

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

R = 58.74%
G = 1.17%
B = 40.09%

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

#FC05AC (or 0xFC05AC) is known color: Hollywood Cerise. HEX triplet: FC, 05 and AC. RGB value is (252,5,172). Sum of RGB (Red+Green+Blue) = 252+5+172=429 (56% of max value = 765). Red value is 252 (98.83% from 255 or 58.74% from 429); Green value is 5 (2.34% from 255 or 1.17% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 252 - color contains mainly: red. Hex color #FC05AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC05AC is #03FA53. Grayscale: #616161. Windows color (decimal): -260692 or 11273724. OLE color: 11273724.

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

Color convert

RGB 252 5 172 -
CMYK 0 0.98 0.32 0.01
HSL 319.43º 0.98% 0.5% -
HSV(B) 319.43º 0.98% 0.99% -
XYZ 47.65 23.78 41.11 -
YUV 97.89 169.83 237.92 -
System Red Green Blue C M Y K H S L
Decimal 252 5 172 0 0.98 0.32 0.01 319.43 0.98 0.5
Hex FC 5 AC 0 62 20 1 13F 62 32
Octal 374 5 254 0 142 40 1 477 142 62
Binary 11111100 101 10101100 0 1100010 100000 1 100111111 1100010 110010

Color Harmonies of #FC05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC05AC

Black with #FC05AC

Text Example


Text Example

White with #FC05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC05AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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