Html Css Color HEX #FC0497 Hollywood Cerise

📋 copy color: '#FC0497'

red 252 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #FC0497

Tints of Hollywood Cerise #FC0497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.98%

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

R = 61.92%
G = 0.98%
B = 37.1%

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

#FC0497 (or 0xFC0497) is known color: Hollywood Cerise. HEX triplet: FC, 04 and 97. RGB value is (252,4,151). Sum of RGB (Red+Green+Blue) = 252+4+151=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 4 (1.95% from 255 or 0.98% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FC0497 is #03FB68. Grayscale: #5E5E5E. Windows color (decimal): -260969 or 9897212. OLE color: 9897212.

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

Color convert

RGB 252 4 151 -
CMYK 0 0.98 0.40 0.01
HSL 324.44º 0.98% 0.5% -
HSV(B) 324.44º 0.98% 0.99% -
XYZ 45.77 23.02 31.31 -
YUV 94.91 159.66 240.05 -
System Red Green Blue C M Y K H S L
Decimal 252 4 151 0 0.98 0.40 0.01 324.44 0.98 0.5
Hex FC 4 97 0 62 28 1 144 62 32
Octal 374 4 227 0 142 50 1 504 142 62
Binary 11111100 100 10010111 0 1100010 101000 1 101000100 1100010 110010

Color Harmonies of #FC0497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0497

Black with #FC0497

Text Example


Text Example

White with #FC0497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0497; }

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

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

background-color css

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

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

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

border-color css

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

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

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