Html Css Color HEX #F80095 Hollywood Cerise

📋 copy color: '#F80095'

red 248 ◦ green 0 ◦ blue 149

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

Shades of Hollywood Cerise #F80095

Tints of Hollywood Cerise #F80095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.53%

R = 62.47%
G = 0%
B = 37.53%

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

#F80095 (or 0xF80095) is known color: Hollywood Cerise. HEX triplet: F8, 00 and 95. RGB value is (248,0,149). Sum of RGB (Red+Green+Blue) = 248+0+149=397 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.47% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 248 - color contains mainly: red. Hex color #F80095 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80095 is #07FF6A. Grayscale: #5A5A5A. Windows color (decimal): -524139 or 9765112. OLE color: 9765112.

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

Color convert

RGB 248 0 149 -
CMYK 0 1 0.40 0.03
HSL 323.95º 1% 0.49% -
HSV(B) 323.95º 1% 0.97% -
XYZ 44.14 22.13 30.38 -
YUV 91.14 160.66 239.88 -
System Red Green Blue C M Y K H S L
Decimal 248 0 149 0 1 0.40 0.03 323.95 1 0.49
Hex F8 0 95 0 64 28 3 144 64 31
Octal 370 0 225 0 144 50 3 504 144 61
Binary 11111000 0 10010101 0 1100100 101000 11 101000100 1100100 110001

Color Harmonies of #F80095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F80095

Black with #F80095

Text Example


Text Example

White with #F80095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F80095; }

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

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

background-color css

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

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

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

border-color css

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

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

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