Shades of Hollywood Cerise #F8019F
Tints of Hollywood Cerise #F8019F
RGB
CMYK
RGB Variations
Color information
#F8019F (or 0xF8019F) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 9F. RGB value is (248,1,159). Sum of RGB (Red+Green+Blue) = 248+1+159=408 (54% of max value = 765). Red value is 248 (97.27% from 255 or 60.78% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 159 (62.5% from 255 or 38.97% from 408); Max value from RGB is 248 - color contains mainly: red. Hex color #F8019F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8019F is #07FE60. Grayscale: #5C5C5C. Windows color (decimal): -523873 or 10420728. OLE color: 10420728.
HSL color Cylindrical-coordinate representation of color #F8019F: hue angle of 321.62º 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 #F8019F is Cyan = 0, Magento = 1.00, Yellow = 0.36 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 159 | - |
| CMYK | 0 | 1.00 | 0.36 | 0.03 |
| HSL | 321.62º | 0.99% | 0.49% | - |
| HSV(B) | 321.62º | 1% | 0.97% | - |
| XYZ | 44.98 | 22.48 | 34.77 | - |
| YUV | 92.87 | 165.33 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 159 | 0 | 1.00 | 0.36 | 0.03 | 321.62 | 0.99 | 0.49 |
| Hex | F8 | 1 | 9F | 0 | 64 | 24 | 3 | 142 | 63 | 31 |
| Octal | 370 | 1 | 237 | 0 | 144 | 44 | 3 | 502 | 143 | 61 |
| Binary | 11111000 | 1 | 10011111 | 0 | 1100100 | 100100 | 11 | 101000010 | 1100011 | 110001 |
Color Harmonies of #F8019F
Complementary color
Monochromatic Colors of #F8019F
Black with #F8019F
Text Example
Text Example
White with #F8019F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8019F; }
p { color: rgb(248,1,159); }
H1.HeaderClassName
{
color: #F8019F;
}
.AnyTagClassName
{
color: #F8019F;
}
</style>
background-color css
<style>
a { background-color: #F8019F; }
a { background-color: rgb(248,1,159); }
div.DivClassName
{
background-color: #F8019F;
}
.BgClassName
{
background-color: #F8019F;
}
</style>
border-color css
<style>
span { border-color: #F8019F; }
span { border-color: rgb(248,1,159); }
td.TdClassName
{
border-color: #F8019F;
}
.TagClassName
{
border-color: #F8019F;
}
</style>