Shades of Hollywood Cerise #F8019B
Tints of Hollywood Cerise #F8019B
RGB
CMYK
RGB Variations
Color information
#F8019B (or 0xF8019B) is known color: Hollywood Cerise. HEX triplet: F8, 01 and 9B. RGB value is (248,1,155). Sum of RGB (Red+Green+Blue) = 248+1+155=404 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.39% from 404); Green value is 1 (0.78% from 255 or 0.25% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 248 - color contains mainly: red. Hex color #F8019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8019B is #07FE64. Grayscale: #5C5C5C. Windows color (decimal): -523877 or 10158584. OLE color: 10158584.
HSL color Cylindrical-coordinate representation of color #F8019B: hue angle of 322.59º 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 #F8019B is Cyan = 0, Magento = 1.00, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 155 | - |
| CMYK | 0 | 1.00 | 0.38 | 0.03 |
| HSL | 322.59º | 0.99% | 0.49% | - |
| HSV(B) | 322.59º | 1% | 0.97% | - |
| XYZ | 44.64 | 22.34 | 32.97 | - |
| YUV | 92.41 | 163.33 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 155 | 0 | 1.00 | 0.38 | 0.03 | 322.59 | 0.99 | 0.49 |
| Hex | F8 | 1 | 9B | 0 | 64 | 26 | 3 | 143 | 63 | 31 |
| Octal | 370 | 1 | 233 | 0 | 144 | 46 | 3 | 503 | 143 | 61 |
| Binary | 11111000 | 1 | 10011011 | 0 | 1100100 | 100110 | 11 | 101000011 | 1100011 | 110001 |
Color Harmonies of #F8019B
Complementary color
Monochromatic Colors of #F8019B
Black with #F8019B
Text Example
Text Example
White with #F8019B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8019B; }
p { color: rgb(248,1,155); }
H1.HeaderClassName
{
color: #F8019B;
}
.AnyTagClassName
{
color: #F8019B;
}
</style>
background-color css
<style>
a { background-color: #F8019B; }
a { background-color: rgb(248,1,155); }
div.DivClassName
{
background-color: #F8019B;
}
.BgClassName
{
background-color: #F8019B;
}
</style>
border-color css
<style>
span { border-color: #F8019B; }
span { border-color: rgb(248,1,155); }
td.TdClassName
{
border-color: #F8019B;
}
.TagClassName
{
border-color: #F8019B;
}
</style>