Shades of Hollywood Cerise #F8019D
Tints of Hollywood Cerise #F8019D
RGB
CMYK
RGB Variations
Color information
#F8019D (or 0xF8019D) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 9D. RGB value is (248,1,157). Sum of RGB (Red+Green+Blue) = 248+1+157=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 157 (61.72% from 255 or 38.67% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8019D is #07FE62. Grayscale: #5C5C5C. Windows color (decimal): -523875 or 10289656. OLE color: 10289656.
HSL color Cylindrical-coordinate representation of color #F8019D: hue angle of 322.11º 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 #F8019D is Cyan = 0, Magento = 1.00, Yellow = 0.37 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 157 | - |
| CMYK | 0 | 1.00 | 0.37 | 0.03 |
| HSL | 322.11º | 0.99% | 0.49% | - |
| HSV(B) | 322.11º | 1% | 0.97% | - |
| XYZ | 44.81 | 22.41 | 33.86 | - |
| YUV | 92.64 | 164.33 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 157 | 0 | 1.00 | 0.37 | 0.03 | 322.11 | 0.99 | 0.49 |
| Hex | F8 | 1 | 9D | 0 | 64 | 25 | 3 | 142 | 63 | 31 |
| Octal | 370 | 1 | 235 | 0 | 144 | 45 | 3 | 502 | 143 | 61 |
| Binary | 11111000 | 1 | 10011101 | 0 | 1100100 | 100101 | 11 | 101000010 | 1100011 | 110001 |
Color Harmonies of #F8019D
Complementary color
Monochromatic Colors of #F8019D
Black with #F8019D
Text Example
Text Example
White with #F8019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8019D; }
p { color: rgb(248,1,157); }
H1.HeaderClassName
{
color: #F8019D;
}
.AnyTagClassName
{
color: #F8019D;
}
</style>
background-color css
<style>
a { background-color: #F8019D; }
a { background-color: rgb(248,1,157); }
div.DivClassName
{
background-color: #F8019D;
}
.BgClassName
{
background-color: #F8019D;
}
</style>
border-color css
<style>
span { border-color: #F8019D; }
span { border-color: rgb(248,1,157); }
td.TdClassName
{
border-color: #F8019D;
}
.TagClassName
{
border-color: #F8019D;
}
</style>