Shades of Hollywood Cerise #F90295
Tints of Hollywood Cerise #F90295
RGB
CMYK
RGB Variations
Color information
#F90295 (or 0xF90295) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 95. RGB value is (249,2,149). Sum of RGB (Red+Green+Blue) = 249+2+149=400 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.25% from 400); Green value is 2 (1.17% from 255 or 0.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 249 - color contains mainly: red. Hex color #F90295 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90295 is #06FD6A. Grayscale: #5C5C5C. Windows color (decimal): -458091 or 9765625. OLE color: 9765625.
HSL color Cylindrical-coordinate representation of color #F90295: hue angle of 324.29º 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 #F90295 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 149 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.02 |
| HSL | 324.29º | 0.98% | 0.49% | - |
| HSV(B) | 324.29º | 0.99% | 0.98% | - |
| XYZ | 44.51 | 22.35 | 30.4 | - |
| YUV | 92.61 | 159.83 | 239.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 149 | 0 | 0.99 | 0.40 | 0.02 | 324.29 | 0.98 | 0.49 |
| Hex | F9 | 2 | 95 | 0 | 63 | 28 | 2 | 144 | 62 | 31 |
| Octal | 371 | 2 | 225 | 0 | 143 | 50 | 2 | 504 | 142 | 61 |
| Binary | 11111001 | 10 | 10010101 | 0 | 1100011 | 101000 | 10 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F90295
Complementary color
Monochromatic Colors of #F90295
Black with #F90295
Text Example
Text Example
White with #F90295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90295; }
p { color: rgb(249,2,149); }
H1.HeaderClassName
{
color: #F90295;
}
.AnyTagClassName
{
color: #F90295;
}
</style>
background-color css
<style>
a { background-color: #F90295; }
a { background-color: rgb(249,2,149); }
div.DivClassName
{
background-color: #F90295;
}
.BgClassName
{
background-color: #F90295;
}
</style>
border-color css
<style>
span { border-color: #F90295; }
span { border-color: rgb(249,2,149); }
td.TdClassName
{
border-color: #F90295;
}
.TagClassName
{
border-color: #F90295;
}
</style>