Html Css Color HEX #F80494 Hollywood Cerise

📋 copy color: '#F80494'

red 248 ◦ green 4 ◦ blue 148

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

Shades of Hollywood Cerise #F80494

Tints of Hollywood Cerise #F80494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37%

R = 62%
G = 1%
B = 37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80494 (or 0xF80494) is known color: Hollywood Cerise. HEX triplet: F8, 04 and 94. RGB value is (248,4,148). Sum of RGB (Red+Green+Blue) = 248+4+148=400 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 248 - color contains mainly: red. Hex color #F80494 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80494 is #07FB6B. Grayscale: #5D5D5D. Windows color (decimal): -523116 or 9700600. OLE color: 9700600.

HSL color Cylindrical-coordinate representation of color #F80494: hue angle of 324.59º 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 #F80494 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 4 148 -
CMYK 0 0.98 0.40 0.03
HSL 324.59º 0.97% 0.49% -
HSV(B) 324.59º 0.98% 0.97% -
XYZ 44.1 22.18 29.97 -
YUV 93.37 158.84 238.29 -
System Red Green Blue C M Y K H S L
Decimal 248 4 148 0 0.98 0.40 0.03 324.59 0.97 0.49
Hex F8 4 94 0 62 28 3 145 61 31
Octal 370 4 224 0 142 50 3 505 141 61
Binary 11111000 100 10010100 0 1100010 101000 11 101000101 1100001 110001

Color Harmonies of #F80494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80494

Black with #F80494

Text Example


Text Example

White with #F80494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80494; }

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

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

background-color css

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

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

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

border-color css

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

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

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