Html Css Color HEX #F80599 Hollywood Cerise

📋 copy color: '#F80599'

red 248 ◦ green 5 ◦ blue 153

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

Shades of Hollywood Cerise #F80599

Tints of Hollywood Cerise #F80599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.68%

R = 61.08%
G = 1.23%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F80599 (or 0xF80599) is known color: Hollywood Cerise. HEX triplet: F8, 05 and 99. RGB value is (248,5,153). Sum of RGB (Red+Green+Blue) = 248+5+153=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 5 (2.34% from 255 or 1.23% from 406); Blue value is 153 (60.16% from 255 or 37.68% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F80599 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80599 is #07FA66. Grayscale: #5E5E5E. Windows color (decimal): -522855 or 10028536. OLE color: 10028536.

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

Color convert

RGB 248 5 153 -
CMYK 0 0.98 0.38 0.03
HSL 323.46º 0.96% 0.5% -
HSV(B) 323.46º 0.98% 0.97% -
XYZ 44.52 22.36 32.11 -
YUV 94.53 161.01 237.47 -
System Red Green Blue C M Y K H S L
Decimal 248 5 153 0 0.98 0.38 0.03 323.46 0.96 0.5
Hex F8 5 99 0 62 26 3 143 60 32
Octal 370 5 231 0 142 46 3 503 140 62
Binary 11111000 101 10011001 0 1100010 100110 11 101000011 1100000 110010

Color Harmonies of #F80599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80599

Black with #F80599

Text Example


Text Example

White with #F80599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80599; }

 p { color: rgb(248,5,153); }

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

background-color css

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

 a { background-color: rgb(248,5,153); }

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

border-color css

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

 span { border-color: rgb(248,5,153); }

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