Html Css Color HEX #FC059C Hollywood Cerise

📋 copy color: '#FC059C'

red 252 ◦ green 5 ◦ blue 156

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

Shades of Hollywood Cerise #FC059C

Tints of Hollywood Cerise #FC059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.77%

R = 61.02%
G = 1.21%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FC059C (or 0xFC059C) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 9C. RGB value is (252,5,156). Sum of RGB (Red+Green+Blue) = 252+5+156=413 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.02% from 413); Green value is 5 (2.34% from 255 or 1.21% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 252 - color contains mainly: red. Hex color #FC059C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC059C is #03FA63. Grayscale: #5F5F5F. Windows color (decimal): -260708 or 10225148. OLE color: 10225148.

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

Color convert

RGB 252 5 156 -
CMYK 0 0.98 0.38 0.01
HSL 323.32º 0.98% 0.5% -
HSV(B) 323.32º 0.98% 0.99% -
XYZ 46.2 23.2 33.5 -
YUV 96.07 161.83 239.22 -
System Red Green Blue C M Y K H S L
Decimal 252 5 156 0 0.98 0.38 0.01 323.32 0.98 0.5
Hex FC 5 9C 0 62 26 1 143 62 32
Octal 374 5 234 0 142 46 1 503 142 62
Binary 11111100 101 10011100 0 1100010 100110 1 101000011 1100010 110010

Color Harmonies of #FC059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC059C

Black with #FC059C

Text Example


Text Example

White with #FC059C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC059C; }

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

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

background-color css

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

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

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

border-color css

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

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

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