Shades of Hollywood Cerise #F00291
Tints of Hollywood Cerise #F00291
RGB
CMYK
RGB Variations
Color information
#F00291 (or 0xF00291) is known color: Hollywood Cerise. HEX triplet: F0, 02 and 91. RGB value is (240,2,145). Sum of RGB (Red+Green+Blue) = 240+2+145=387 (51% of max value = 765). Red value is 240 (94.14% from 255 or 62.02% from 387); Green value is 2 (1.17% from 255 or 0.52% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 240 - color contains mainly: red. Hex color #F00291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00291 is #0FFD6E. Grayscale: #595959. Windows color (decimal): -1047919 or 9503472. OLE color: 9503472.
HSL color Cylindrical-coordinate representation of color #F00291: hue angle of 323.95º 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 #F00291 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 2 | 145 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.06 |
| HSL | 323.95º | 0.98% | 0.47% | - |
| HSV(B) | 323.95º | 0.99% | 0.94% | - |
| XYZ | 41.07 | 20.61 | 28.6 | - |
| YUV | 89.46 | 159.35 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 2 | 145 | 0 | 0.99 | 0.40 | 0.06 | 323.95 | 0.98 | 0.47 |
| Hex | F0 | 2 | 91 | 0 | 63 | 28 | 6 | 144 | 62 | 2F |
| Octal | 360 | 2 | 221 | 0 | 143 | 50 | 6 | 504 | 142 | 57 |
| Binary | 11110000 | 10 | 10010001 | 0 | 1100011 | 101000 | 110 | 101000100 | 1100010 | 101111 |
Color Harmonies of #F00291
Complementary color
Monochromatic Colors of #F00291
Black with #F00291
Text Example
Text Example
White with #F00291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00291; }
p { color: rgb(240,2,145); }
H1.HeaderClassName
{
color: #F00291;
}
.AnyTagClassName
{
color: #F00291;
}
</style>
background-color css
<style>
a { background-color: #F00291; }
a { background-color: rgb(240,2,145); }
div.DivClassName
{
background-color: #F00291;
}
.BgClassName
{
background-color: #F00291;
}
</style>
border-color css
<style>
span { border-color: #F00291; }
span { border-color: rgb(240,2,145); }
td.TdClassName
{
border-color: #F00291;
}
.TagClassName
{
border-color: #F00291;
}
</style>