Shades of Hollywood Cerise #F90298
Tints of Hollywood Cerise #F90298
RGB
CMYK
RGB Variations
Color information
#F90298 (or 0xF90298) is known color: Hollywood Cerise. HEX triplet: F9, 02 and 98. RGB value is (249,2,152). Sum of RGB (Red+Green+Blue) = 249+2+152=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F90298 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90298 is #06FD67. Grayscale: #5C5C5C. Windows color (decimal): -458088 or 9962233. OLE color: 9962233.
HSL color Cylindrical-coordinate representation of color #F90298: hue angle of 323.56º 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 #F90298 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 152 | - |
| CMYK | 0 | 0.99 | 0.39 | 0.02 |
| HSL | 323.56º | 0.98% | 0.49% | - |
| HSV(B) | 323.56º | 0.99% | 0.98% | - |
| XYZ | 44.76 | 22.45 | 31.68 | - |
| YUV | 92.95 | 161.33 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 152 | 0 | 0.99 | 0.39 | 0.02 | 323.56 | 0.98 | 0.49 |
| Hex | F9 | 2 | 98 | 0 | 63 | 27 | 2 | 144 | 62 | 31 |
| Octal | 371 | 2 | 230 | 0 | 143 | 47 | 2 | 504 | 142 | 61 |
| Binary | 11111001 | 10 | 10011000 | 0 | 1100011 | 100111 | 10 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F90298
Complementary color
Monochromatic Colors of #F90298
Black with #F90298
Text Example
Text Example
White with #F90298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90298; }
p { color: rgb(249,2,152); }
H1.HeaderClassName
{
color: #F90298;
}
.AnyTagClassName
{
color: #F90298;
}
</style>
background-color css
<style>
a { background-color: #F90298; }
a { background-color: rgb(249,2,152); }
div.DivClassName
{
background-color: #F90298;
}
.BgClassName
{
background-color: #F90298;
}
</style>
border-color css
<style>
span { border-color: #F90298; }
span { border-color: rgb(249,2,152); }
td.TdClassName
{
border-color: #F90298;
}
.TagClassName
{
border-color: #F90298;
}
</style>