Html Css Color HEX #F80899 Hollywood Cerise

📋 copy color: '#F80899'

red 248 ◦ green 8 ◦ blue 153

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

Shades of Hollywood Cerise #F80899

Tints of Hollywood Cerise #F80899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.96%

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

R = 60.64%
G = 1.96%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F80899 (or 0xF80899) is known color: Hollywood Cerise. HEX triplet: F8, 08 and 99. RGB value is (248,8,153). Sum of RGB (Red+Green+Blue) = 248+8+153=409 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.64% from 409); Green value is 8 (3.52% from 255 or 1.96% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 248 - color contains mainly: red. Hex color #F80899 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80899 is #07F766. Grayscale: #5F5F5F. Windows color (decimal): -522087 or 10029304. OLE color: 10029304.

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

Color convert

RGB 248 8 153 -
CMYK 0 0.97 0.38 0.03
HSL 323.75º 0.94% 0.5% -
HSV(B) 323.75º 0.97% 0.97% -
XYZ 44.55 22.43 32.12 -
YUV 96.29 160.01 236.21 -
System Red Green Blue C M Y K H S L
Decimal 248 8 153 0 0.97 0.38 0.03 323.75 0.94 0.5
Hex F8 8 99 0 61 26 3 144 5E 32
Octal 370 10 231 0 141 46 3 504 136 62
Binary 11111000 1000 10011001 0 1100001 100110 11 101000100 1011110 110010

Color Harmonies of #F80899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80899

Black with #F80899

Text Example


Text Example

White with #F80899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80899; }

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

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

background-color css

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

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

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

border-color css

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

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

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