Shades of Hollywood Cerise #F80195
Tints of Hollywood Cerise #F80195
RGB
CMYK
RGB Variations
Color information
#F80195 (or 0xF80195) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 95. RGB value is (248,1,149). Sum of RGB (Red+Green+Blue) = 248+1+149=398 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.31% from 398); Green value is 1 (0.78% from 255 or 0.25% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 248 - color contains mainly: red. Hex color #F80195 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F80195 is #07FE6A. Grayscale: #5B5B5B. Windows color (decimal): -523883 or 9765368. OLE color: 9765368.
HSL color Cylindrical-coordinate representation of color #F80195: hue angle of 324.05º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80195 is Cyan = 0, Magento = 1.00, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 149 | - |
| CMYK | 0 | 1.00 | 0.40 | 0.03 |
| HSL | 324.05º | 0.99% | 0.49% | - |
| HSV(B) | 324.05º | 1% | 0.97% | - |
| XYZ | 44.15 | 22.15 | 30.38 | - |
| YUV | 91.73 | 160.33 | 239.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 149 | 0 | 1.00 | 0.40 | 0.03 | 324.05 | 0.99 | 0.49 |
| Hex | F8 | 1 | 95 | 0 | 64 | 28 | 3 | 144 | 63 | 31 |
| Octal | 370 | 1 | 225 | 0 | 144 | 50 | 3 | 504 | 143 | 61 |
| Binary | 11111000 | 1 | 10010101 | 0 | 1100100 | 101000 | 11 | 101000100 | 1100011 | 110001 |
Color Harmonies of #F80195
Complementary color
Monochromatic Colors of #F80195
Black with #F80195
Text Example
Text Example
White with #F80195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80195; }
p { color: rgb(248,1,149); }
H1.HeaderClassName
{
color: #F80195;
}
.AnyTagClassName
{
color: #F80195;
}
</style>
background-color css
<style>
a { background-color: #F80195; }
a { background-color: rgb(248,1,149); }
div.DivClassName
{
background-color: #F80195;
}
.BgClassName
{
background-color: #F80195;
}
</style>
border-color css
<style>
span { border-color: #F80195; }
span { border-color: rgb(248,1,149); }
td.TdClassName
{
border-color: #F80195;
}
.TagClassName
{
border-color: #F80195;
}
</style>