Html Css Color HEX #FC0597 Hollywood Cerise

📋 copy color: '#FC0597'

red 252 ◦ green 5 ◦ blue 151

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

Shades of Hollywood Cerise #FC0597

Tints of Hollywood Cerise #FC0597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 61.76%
G = 1.23%
B = 37.01%

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

#FC0597 (or 0xFC0597) is known color: Hollywood Cerise. HEX triplet: FC, 05 and 97. RGB value is (252,5,151). Sum of RGB (Red+Green+Blue) = 252+5+151=408 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.76% from 408); Green value is 5 (2.34% from 255 or 1.23% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0597 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0597 is #03FA68. Grayscale: #5F5F5F. Windows color (decimal): -260713 or 9897468. OLE color: 9897468.

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

Color convert

RGB 252 5 151 -
CMYK 0 0.98 0.40 0.01
HSL 324.53º 0.98% 0.5% -
HSV(B) 324.53º 0.98% 0.99% -
XYZ 45.79 23.04 31.31 -
YUV 95.5 159.33 239.63 -
System Red Green Blue C M Y K H S L
Decimal 252 5 151 0 0.98 0.40 0.01 324.53 0.98 0.5
Hex FC 5 97 0 62 28 1 145 62 32
Octal 374 5 227 0 142 50 1 505 142 62
Binary 11111100 101 10010111 0 1100010 101000 1 101000101 1100010 110010

Color Harmonies of #FC0597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0597

Black with #FC0597

Text Example


Text Example

White with #FC0597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0597; }

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

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

background-color css

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

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

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

border-color css

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

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

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