Shades of Hollywood Cerise #F9039E
Tints of Hollywood Cerise #F9039E
RGB
CMYK
RGB Variations
Color information
#F9039E (or 0xF9039E) is known color: Hollywood Cerise. HEX triplet: F9, 03 and 9E. RGB value is (249,3,158). Sum of RGB (Red+Green+Blue) = 249+3+158=410 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.73% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 249 - color contains mainly: red. Hex color #F9039E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9039E is #06FC61. Grayscale: #5D5D5D. Windows color (decimal): -457826 or 10355705. OLE color: 10355705.
HSL color Cylindrical-coordinate representation of color #F9039E: hue angle of 322.2º 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 #F9039E is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 158 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.02 |
| HSL | 322.2º | 0.98% | 0.49% | - |
| HSV(B) | 322.2º | 0.99% | 0.98% | - |
| XYZ | 45.27 | 22.67 | 34.34 | - |
| YUV | 94.22 | 164 | 238.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 158 | 0 | 0.99 | 0.37 | 0.02 | 322.2 | 0.98 | 0.49 |
| Hex | F9 | 3 | 9E | 0 | 63 | 25 | 2 | 142 | 62 | 31 |
| Octal | 371 | 3 | 236 | 0 | 143 | 45 | 2 | 502 | 142 | 61 |
| Binary | 11111001 | 11 | 10011110 | 0 | 1100011 | 100101 | 10 | 101000010 | 1100010 | 110001 |
Color Harmonies of #F9039E
Complementary color
Monochromatic Colors of #F9039E
Black with #F9039E
Text Example
Text Example
White with #F9039E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9039E; }
p { color: rgb(249,3,158); }
H1.HeaderClassName
{
color: #F9039E;
}
.AnyTagClassName
{
color: #F9039E;
}
</style>
background-color css
<style>
a { background-color: #F9039E; }
a { background-color: rgb(249,3,158); }
div.DivClassName
{
background-color: #F9039E;
}
.BgClassName
{
background-color: #F9039E;
}
</style>
border-color css
<style>
span { border-color: #F9039E; }
span { border-color: rgb(249,3,158); }
td.TdClassName
{
border-color: #F9039E;
}
.TagClassName
{
border-color: #F9039E;
}
</style>