Shades of Hollywood Cerise #F90199
Tints of Hollywood Cerise #F90199
RGB
CMYK
RGB Variations
Color information
#F90199 (or 0xF90199) is known color: Hollywood Cerise. HEX triplet: F9, 01 and 99. RGB value is (249,1,153). Sum of RGB (Red+Green+Blue) = 249+1+153=403 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.79% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 249 - color contains mainly: red. Hex color #F90199 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90199 is #06FE66. Grayscale: #5C5C5C. Windows color (decimal): -458343 or 10027513. OLE color: 10027513.
HSL color Cylindrical-coordinate representation of color #F90199: hue angle of 323.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90199 is Cyan = 0, Magento = 1.00, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 153 | - |
| CMYK | 0 | 1.00 | 0.39 | 0.02 |
| HSL | 323.23º | 0.99% | 0.49% | - |
| HSV(B) | 323.23º | 1% | 0.98% | - |
| XYZ | 44.83 | 22.46 | 32.11 | - |
| YUV | 92.48 | 162.16 | 239.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 153 | 0 | 1.00 | 0.39 | 0.02 | 323.23 | 0.99 | 0.49 |
| Hex | F9 | 1 | 99 | 0 | 64 | 27 | 2 | 143 | 63 | 31 |
| Octal | 371 | 1 | 231 | 0 | 144 | 47 | 2 | 503 | 143 | 61 |
| Binary | 11111001 | 1 | 10011001 | 0 | 1100100 | 100111 | 10 | 101000011 | 1100011 | 110001 |
Color Harmonies of #F90199
Complementary color
Monochromatic Colors of #F90199
Black with #F90199
Text Example
Text Example
White with #F90199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90199; }
p { color: rgb(249,1,153); }
H1.HeaderClassName
{
color: #F90199;
}
.AnyTagClassName
{
color: #F90199;
}
</style>
background-color css
<style>
a { background-color: #F90199; }
a { background-color: rgb(249,1,153); }
div.DivClassName
{
background-color: #F90199;
}
.BgClassName
{
background-color: #F90199;
}
</style>
border-color css
<style>
span { border-color: #F90199; }
span { border-color: rgb(249,1,153); }
td.TdClassName
{
border-color: #F90199;
}
.TagClassName
{
border-color: #F90199;
}
</style>