Html Css Color HEX #F80294 Hollywood Cerise

📋 copy color: '#F80294'

red 248 ◦ green 2 ◦ blue 148

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

Shades of Hollywood Cerise #F80294

Tints of Hollywood Cerise #F80294

RGB

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

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

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

R = 62.31%
G = 0.5%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80294 (or 0xF80294) is known color: Hollywood Cerise. HEX triplet: F8, 02 and 94. RGB value is (248,2,148). Sum of RGB (Red+Green+Blue) = 248+2+148=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 2 (1.17% from 255 or 0.50% from 398); Blue value is 148 (58.20% from 255 or 37.19% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80294 is #07FD6B. Grayscale: #5B5B5B. Windows color (decimal): -523628 or 9700088. OLE color: 9700088.

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

Color convert

RGB 248 2 148 -
CMYK 0 0.99 0.40 0.03
HSL 324.39º 0.98% 0.49% -
HSV(B) 324.39º 0.99% 0.97% -
XYZ 44.08 22.14 29.97 -
YUV 92.2 159.5 239.13 -
System Red Green Blue C M Y K H S L
Decimal 248 2 148 0 0.99 0.40 0.03 324.39 0.98 0.49
Hex F8 2 94 0 63 28 3 144 62 31
Octal 370 2 224 0 143 50 3 504 142 61
Binary 11111000 10 10010100 0 1100011 101000 11 101000100 1100010 110001

Color Harmonies of #F80294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80294

Black with #F80294

Text Example


Text Example

White with #F80294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80294; }

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

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

background-color css

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

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

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

border-color css

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

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

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