Shades of Hollywood Cerise #F90C9F
Tints of Hollywood Cerise #F90C9F
RGB
CMYK
RGB Variations
Color information
#F90C9F (or 0xF90C9F) is known color: Hollywood Cerise. HEX triplet: F9, 0C and 9F. RGB value is (249,12,159). Sum of RGB (Red+Green+Blue) = 249+12+159=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 12 (5.08% from 255 or 2.86% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F90C9F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90C9F is #06F360. Grayscale: #636363. Windows color (decimal): -455521 or 10423545. OLE color: 10423545.
HSL color Cylindrical-coordinate representation of color #F90C9F: hue angle of 322.78º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F90C9F is Cyan = 0, Magento = 0.95, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 12 | 159 | - |
| CMYK | 0 | 0.95 | 0.36 | 0.02 |
| HSL | 322.78º | 0.95% | 0.51% | - |
| HSV(B) | 322.78º | 0.95% | 0.98% | - |
| XYZ | 45.46 | 22.91 | 34.83 | - |
| YUV | 99.62 | 161.52 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 12 | 159 | 0 | 0.95 | 0.36 | 0.02 | 322.78 | 0.95 | 0.51 |
| Hex | F9 | C | 9F | 0 | 5F | 24 | 2 | 143 | 5F | 33 |
| Octal | 371 | 14 | 237 | 0 | 137 | 44 | 2 | 503 | 137 | 63 |
| Binary | 11111001 | 1100 | 10011111 | 0 | 1011111 | 100100 | 10 | 101000011 | 1011111 | 110011 |
Color Harmonies of #F90C9F
Complementary color
Monochromatic Colors of #F90C9F
Black with #F90C9F
Text Example
Text Example
White with #F90C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90C9F; }
p { color: rgb(249,12,159); }
H1.HeaderClassName
{
color: #F90C9F;
}
.AnyTagClassName
{
color: #F90C9F;
}
</style>
background-color css
<style>
a { background-color: #F90C9F; }
a { background-color: rgb(249,12,159); }
div.DivClassName
{
background-color: #F90C9F;
}
.BgClassName
{
background-color: #F90C9F;
}
</style>
border-color css
<style>
span { border-color: #F90C9F; }
span { border-color: rgb(249,12,159); }
td.TdClassName
{
border-color: #F90C9F;
}
.TagClassName
{
border-color: #F90C9F;
}
</style>