Html Css Color HEX #F80497 Hollywood Cerise

📋 copy color: '#F80497'

red 248 ◦ green 4 ◦ blue 151

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

Shades of Hollywood Cerise #F80497

Tints of Hollywood Cerise #F80497

RGB

 RED value IS 248 (97.27% from 255) = 61.54%

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

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

R = 61.54%
G = 0.99%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F80497 (or 0xF80497) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 97. RGB value is (248,4,151). Sum of RGB (Red+Green+Blue) = 248+4+151=403 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.54% from 403); Green value is 4 (1.95% from 255 or 0.99% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 248 - color contains mainly: red. Hex color #F80497 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80497 is #07FB68. Grayscale: #5D5D5D. Windows color (decimal): -523113 or 9897208. OLE color: 9897208.

HSL color Cylindrical-coordinate representation of color #F80497: hue angle of 323.85º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80497 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 151 -
CMYK 0 0.98 0.39 0.03
HSL 323.85º 0.97% 0.49% -
HSV(B) 323.85º 0.98% 0.97% -
XYZ 44.34 22.28 31.24 -
YUV 93.71 160.34 238.05 -
System Red Green Blue C M Y K H S L
Decimal 248 4 151 0 0.98 0.39 0.03 323.85 0.97 0.49
Hex F8 4 97 0 62 27 3 144 61 31
Octal 370 4 227 0 142 47 3 504 141 61
Binary 11111000 100 10010111 0 1100010 100111 11 101000100 1100001 110001

Color Harmonies of #F80497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80497

Black with #F80497

Text Example


Text Example

White with #F80497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80497; }

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

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

background-color css

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

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

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

border-color css

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

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

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