Html Css Color HEX #F80094 Hollywood Cerise

📋 copy color: '#F80094'

red 248 ◦ green 0 ◦ blue 148

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

Shades of Hollywood Cerise #F80094

Tints of Hollywood Cerise #F80094

RGB

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

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

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

R = 62.63%
G = 0%
B = 37.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F80094 (or 0xF80094) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 94. RGB value is (248,0,148). Sum of RGB (Red+Green+Blue) = 248+0+148=396 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.63% from 396); Green value is 0 (0.39% from 255 or 0% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 248 - color contains mainly: red. Hex color #F80094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80094 is #07FF6B. Grayscale: #5A5A5A. Windows color (decimal): -524140 or 9699576. OLE color: 9699576.

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

Color convert

RGB 248 0 148 -
CMYK 0 1 0.40 0.03
HSL 324.19º 1% 0.49% -
HSV(B) 324.19º 1% 0.97% -
XYZ 44.06 22.09 29.96 -
YUV 91.02 160.16 239.97 -
System Red Green Blue C M Y K H S L
Decimal 248 0 148 0 1 0.40 0.03 324.19 1 0.49
Hex F8 0 94 0 64 28 3 144 64 31
Octal 370 0 224 0 144 50 3 504 144 61
Binary 11111000 0 10010100 0 1100100 101000 11 101000100 1100100 110001

Color Harmonies of #F80094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80094

Black with #F80094

Text Example


Text Example

White with #F80094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80094; }

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

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

background-color css

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

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

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

border-color css

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

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

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