Html Css Color HEX #FC059E Hollywood Cerise

📋 copy color: '#FC059E'

red 252 ◦ green 5 ◦ blue 158

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

Shades of Hollywood Cerise #FC059E

Tints of Hollywood Cerise #FC059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 60.72%
G = 1.2%
B = 38.07%

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

#FC059E (or 0xFC059E) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 9E. RGB value is (252,5,158). Sum of RGB (Red+Green+Blue) = 252+5+158=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC059E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC059E is #03FA61. Grayscale: #5F5F5F. Windows color (decimal): -260706 or 10356220. OLE color: 10356220.

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

Color convert

RGB 252 5 158 -
CMYK 0 0.98 0.37 0.01
HSL 322.83º 0.98% 0.5% -
HSV(B) 322.83º 0.98% 0.99% -
XYZ 46.37 23.27 34.4 -
YUV 96.3 162.83 239.06 -
System Red Green Blue C M Y K H S L
Decimal 252 5 158 0 0.98 0.37 0.01 322.83 0.98 0.5
Hex FC 5 9E 0 62 25 1 143 62 32
Octal 374 5 236 0 142 45 1 503 142 62
Binary 11111100 101 10011110 0 1100010 100101 1 101000011 1100010 110010

Color Harmonies of #FC059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC059E

Black with #FC059E

Text Example


Text Example

White with #FC059E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC059E; }

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

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

background-color css

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

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

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

border-color css

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

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

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