Html Css Color HEX #F80097 Hollywood Cerise

📋 copy color: '#F80097'

red 248 ◦ green 0 ◦ blue 151

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

Shades of Hollywood Cerise #F80097

Tints of Hollywood Cerise #F80097

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.16%
G = 0%
B = 37.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F80097 (or 0xF80097) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 97. RGB value is (248,0,151). Sum of RGB (Red+Green+Blue) = 248+0+151=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 0 (0.39% from 255 or 0% from 399); Blue value is 151 (59.38% from 255 or 37.84% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F80097 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80097 is #07FF68. Grayscale: #5B5B5B. Windows color (decimal): -524137 or 9896184. OLE color: 9896184.

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

Color convert

RGB 248 0 151 -
CMYK 0 1 0.39 0.03
HSL 323.47º 1% 0.49% -
HSV(B) 323.47º 1% 0.97% -
XYZ 44.3 22.19 31.23 -
YUV 91.37 161.66 239.72 -
System Red Green Blue C M Y K H S L
Decimal 248 0 151 0 1 0.39 0.03 323.47 1 0.49
Hex F8 0 97 0 64 27 3 143 64 31
Octal 370 0 227 0 144 47 3 503 144 61
Binary 11111000 0 10010111 0 1100100 100111 11 101000011 1100100 110001

Color Harmonies of #F80097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80097

Black with #F80097

Text Example


Text Example

White with #F80097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80097; }

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

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

background-color css

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

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

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

border-color css

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

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

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