Shades of Hollywood Cerise #F90699
Tints of Hollywood Cerise #F90699
RGB
CMYK
RGB Variations
Color information
#F90699 (or 0xF90699) is known color: Hollywood Cerise. HEX triplet: F9, 06 and 99. RGB value is (249,6,153). Sum of RGB (Red+Green+Blue) = 249+6+153=408 (54% of max value = 765). Red value is 249 (97.66% from 255 or 61.03% from 408); Green value is 6 (2.73% from 255 or 1.47% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 249 - color contains mainly: red. Hex color #F90699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90699 is #06F966. Grayscale: #5F5F5F. Windows color (decimal): -457063 or 10028793. OLE color: 10028793.
HSL color Cylindrical-coordinate representation of color #F90699: hue angle of 323.7º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F90699 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.02 |
| HSL | 323.7º | 0.95% | 0.5% | - |
| HSV(B) | 323.7º | 0.98% | 0.98% | - |
| XYZ | 44.88 | 22.57 | 32.13 | - |
| YUV | 95.42 | 160.51 | 237.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 153 | 0 | 0.98 | 0.39 | 0.02 | 323.7 | 0.95 | 0.5 |
| Hex | F9 | 6 | 99 | 0 | 62 | 27 | 2 | 144 | 5F | 32 |
| Octal | 371 | 6 | 231 | 0 | 142 | 47 | 2 | 504 | 137 | 62 |
| Binary | 11111001 | 110 | 10011001 | 0 | 1100010 | 100111 | 10 | 101000100 | 1011111 | 110010 |
Color Harmonies of #F90699
Complementary color
Monochromatic Colors of #F90699
Black with #F90699
Text Example
Text Example
White with #F90699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90699; }
p { color: rgb(249,6,153); }
H1.HeaderClassName
{
color: #F90699;
}
.AnyTagClassName
{
color: #F90699;
}
</style>
background-color css
<style>
a { background-color: #F90699; }
a { background-color: rgb(249,6,153); }
div.DivClassName
{
background-color: #F90699;
}
.BgClassName
{
background-color: #F90699;
}
</style>
border-color css
<style>
span { border-color: #F90699; }
span { border-color: rgb(249,6,153); }
td.TdClassName
{
border-color: #F90699;
}
.TagClassName
{
border-color: #F90699;
}
</style>