Shades of Hollywood Cerise #F8039B
Tints of Hollywood Cerise #F8039B
RGB
CMYK
RGB Variations
Color information
#F8039B (or 0xF8039B) is known color: Hollywood Cerise. HEX triplet: F8, 03 and 9B. RGB value is (248,3,155). Sum of RGB (Red+Green+Blue) = 248+3+155=406 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.08% from 406); Green value is 3 (1.56% from 255 or 0.74% from 406); Blue value is 155 (60.94% from 255 or 38.18% from 406); Max value from RGB is 248 - color contains mainly: red. Hex color #F8039B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F8039B is #07FC64. Grayscale: #5D5D5D. Windows color (decimal): -523365 or 10159096. OLE color: 10159096.
HSL color Cylindrical-coordinate representation of color #F8039B: hue angle of 322.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F8039B is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 155 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.03 |
| HSL | 322.78º | 0.98% | 0.49% | - |
| HSV(B) | 322.78º | 0.99% | 0.97% | - |
| XYZ | 44.66 | 22.39 | 32.98 | - |
| YUV | 93.58 | 162.67 | 238.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 155 | 0 | 0.99 | 0.38 | 0.03 | 322.78 | 0.98 | 0.49 |
| Hex | F8 | 3 | 9B | 0 | 63 | 26 | 3 | 143 | 62 | 31 |
| Octal | 370 | 3 | 233 | 0 | 143 | 46 | 3 | 503 | 142 | 61 |
| Binary | 11111000 | 11 | 10011011 | 0 | 1100011 | 100110 | 11 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F8039B
Complementary color
Monochromatic Colors of #F8039B
Black with #F8039B
Text Example
Text Example
White with #F8039B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8039B; }
p { color: rgb(248,3,155); }
H1.HeaderClassName
{
color: #F8039B;
}
.AnyTagClassName
{
color: #F8039B;
}
</style>
background-color css
<style>
a { background-color: #F8039B; }
a { background-color: rgb(248,3,155); }
div.DivClassName
{
background-color: #F8039B;
}
.BgClassName
{
background-color: #F8039B;
}
</style>
border-color css
<style>
span { border-color: #F8039B; }
span { border-color: rgb(248,3,155); }
td.TdClassName
{
border-color: #F8039B;
}
.TagClassName
{
border-color: #F8039B;
}
</style>