Shades of Hollywood Cerise #F0029B
Tints of Hollywood Cerise #F0029B
RGB
CMYK
RGB Variations
Color information
#F0029B (or 0xF0029B) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 9B. RGB value is (240,2,155). Sum of RGB (Red+Green+Blue) = 240+2+155=397 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.45% from 397); Green value is 2 (1.17% from 255 or 0.50% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 240 - color contains mainly: red. Hex color #F0029B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0029B is #0FFD64. Grayscale: #5A5A5A. Windows color (decimal): -1047909 or 10158832. OLE color: 10158832.
HSL color Cylindrical-coordinate representation of color #F0029B: hue angle of 321.43º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0029B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 155 | - |
| CMYK | 0 | 0.99 | 0.35 | 0.06 |
| HSL | 321.43º | 0.98% | 0.47% | - |
| HSV(B) | 321.43º | 0.99% | 0.94% | - |
| XYZ | 41.87 | 20.94 | 32.84 | - |
| YUV | 90.6 | 164.35 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 155 | 0 | 0.99 | 0.35 | 0.06 | 321.43 | 0.98 | 0.47 |
| Hex | F0 | 2 | 9B | 0 | 63 | 23 | 6 | 141 | 62 | 2F |
| Octal | 360 | 2 | 233 | 0 | 143 | 43 | 6 | 501 | 142 | 57 |
| Binary | 11110000 | 10 | 10011011 | 0 | 1100011 | 100011 | 110 | 101000001 | 1100010 | 101111 |
Color Harmonies of #F0029B
Complementary color
Monochromatic Colors of #F0029B
Black with #F0029B
Text Example
Text Example
White with #F0029B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0029B; }
p { color: rgb(240,2,155); }
H1.HeaderClassName
{
color: #F0029B;
}
.AnyTagClassName
{
color: #F0029B;
}
</style>
background-color css
<style>
a { background-color: #F0029B; }
a { background-color: rgb(240,2,155); }
div.DivClassName
{
background-color: #F0029B;
}
.BgClassName
{
background-color: #F0029B;
}
</style>
border-color css
<style>
span { border-color: #F0029B; }
span { border-color: rgb(240,2,155); }
td.TdClassName
{
border-color: #F0029B;
}
.TagClassName
{
border-color: #F0029B;
}
</style>