Html Css Color HEX #F80297 Hollywood Cerise

📋 copy color: '#F80297'

red 248 ◦ green 2 ◦ blue 151

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

Shades of Hollywood Cerise #F80297

Tints of Hollywood Cerise #F80297

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 61.85%
G = 0.5%
B = 37.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F80297 (or 0xF80297) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 97. RGB value is (248,2,151). Sum of RGB (Red+Green+Blue) = 248+2+151=401 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.85% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 151 (59.38% from 255 or 37.66% from 401); Max value from RGB is 248 - color contains mainly: red. Hex color #F80297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80297 is #07FD68. Grayscale: #5C5C5C. Windows color (decimal): -523625 or 9896696. OLE color: 9896696.

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

Color convert

RGB 248 2 151 -
CMYK 0 0.99 0.39 0.03
HSL 323.66º 0.98% 0.49% -
HSV(B) 323.66º 0.99% 0.97% -
XYZ 44.32 22.23 31.23 -
YUV 92.54 161 238.88 -
System Red Green Blue C M Y K H S L
Decimal 248 2 151 0 0.99 0.39 0.03 323.66 0.98 0.49
Hex F8 2 97 0 63 27 3 144 62 31
Octal 370 2 227 0 143 47 3 504 142 61
Binary 11111000 10 10010111 0 1100011 100111 11 101000100 1100010 110001

Color Harmonies of #F80297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80297

Black with #F80297

Text Example


Text Example

White with #F80297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80297; }

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

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

background-color css

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

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

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

border-color css

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

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

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