Html Css Color HEX #FC0598 Hollywood Cerise

📋 copy color: '#FC0598'

red 252 ◦ green 5 ◦ blue 152

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

Shades of Hollywood Cerise #FC0598

Tints of Hollywood Cerise #FC0598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.16%

R = 61.61%
G = 1.22%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#FC0598 (or 0xFC0598) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 98. RGB value is (252,5,152). Sum of RGB (Red+Green+Blue) = 252+5+152=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0598 is #03FA67. Grayscale: #5F5F5F. Windows color (decimal): -260712 or 9963004. OLE color: 9963004.

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

Color convert

RGB 252 5 152 -
CMYK 0 0.98 0.40 0.01
HSL 324.29º 0.98% 0.5% -
HSV(B) 324.29º 0.98% 0.99% -
XYZ 45.87 23.07 31.74 -
YUV 95.61 159.83 239.55 -
System Red Green Blue C M Y K H S L
Decimal 252 5 152 0 0.98 0.40 0.01 324.29 0.98 0.5
Hex FC 5 98 0 62 28 1 144 62 32
Octal 374 5 230 0 142 50 1 504 142 62
Binary 11111100 101 10011000 0 1100010 101000 1 101000100 1100010 110010

Color Harmonies of #FC0598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0598

Black with #FC0598

Text Example


Text Example

White with #FC0598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0598; }

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

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

background-color css

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

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

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

border-color css

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

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

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