Shades of Hollywood Cerise #F90299
Tints of Hollywood Cerise #F90299
RGB
CMYK
RGB Variations
Color information
#F90299 (or 0xF90299) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 99. RGB value is (249,2,153). Sum of RGB (Red+Green+Blue) = 249+2+153=404 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.63% from 404); Green value is 2 (1.17% from 255 or 0.50% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 249 - color contains mainly: red. Hex color #F90299 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90299 is #06FD66. Grayscale: #5C5C5C. Windows color (decimal): -458087 or 10027769. OLE color: 10027769.
HSL color Cylindrical-coordinate representation of color #F90299: hue angle of 323.32º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90299 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 153 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.02 |
| HSL | 323.32º | 0.98% | 0.49% | - |
| HSV(B) | 323.32º | 0.99% | 0.98% | - |
| XYZ | 44.84 | 22.48 | 32.11 | - |
| YUV | 93.07 | 161.83 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 153 | 0 | 0.99 | 0.39 | 0.02 | 323.32 | 0.98 | 0.49 |
| Hex | F9 | 2 | 99 | 0 | 63 | 27 | 2 | 143 | 62 | 31 |
| Octal | 371 | 2 | 231 | 0 | 143 | 47 | 2 | 503 | 142 | 61 |
| Binary | 11111001 | 10 | 10011001 | 0 | 1100011 | 100111 | 10 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F90299
Complementary color
Monochromatic Colors of #F90299
Black with #F90299
Text Example
Text Example
White with #F90299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90299; }
p { color: rgb(249,2,153); }
H1.HeaderClassName
{
color: #F90299;
}
.AnyTagClassName
{
color: #F90299;
}
</style>
background-color css
<style>
a { background-color: #F90299; }
a { background-color: rgb(249,2,153); }
div.DivClassName
{
background-color: #F90299;
}
.BgClassName
{
background-color: #F90299;
}
</style>
border-color css
<style>
span { border-color: #F90299; }
span { border-color: rgb(249,2,153); }
td.TdClassName
{
border-color: #F90299;
}
.TagClassName
{
border-color: #F90299;
}
</style>