Shades of Hollywood Cerise #F9069E
Tints of Hollywood Cerise #F9069E
RGB
CMYK
RGB Variations
Color information
#F9069E (or 0xF9069E) is known color: Hollywood Cerise. HEX triplet: F9, 06 and 9E. RGB value is (249,6,158). Sum of RGB (Red+Green+Blue) = 249+6+158=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 6 (2.73% from 255 or 1.45% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9069E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9069E is #06F961. Grayscale: #5F5F5F. Windows color (decimal): -457058 or 10356473. OLE color: 10356473.
HSL color Cylindrical-coordinate representation of color #F9069E: hue angle of 322.47º 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 #F9069E is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 158 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.47º | 0.95% | 0.5% | - |
| HSV(B) | 322.47º | 0.98% | 0.98% | - |
| XYZ | 45.3 | 22.74 | 34.35 | - |
| YUV | 95.99 | 163.01 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 158 | 0 | 0.98 | 0.37 | 0.02 | 322.47 | 0.95 | 0.5 |
| Hex | F9 | 6 | 9E | 0 | 62 | 25 | 2 | 142 | 5F | 32 |
| Octal | 371 | 6 | 236 | 0 | 142 | 45 | 2 | 502 | 137 | 62 |
| Binary | 11111001 | 110 | 10011110 | 0 | 1100010 | 100101 | 10 | 101000010 | 1011111 | 110010 |
Color Harmonies of #F9069E
Complementary color
Monochromatic Colors of #F9069E
Black with #F9069E
Text Example
Text Example
White with #F9069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9069E; }
p { color: rgb(249,6,158); }
H1.HeaderClassName
{
color: #F9069E;
}
.AnyTagClassName
{
color: #F9069E;
}
</style>
background-color css
<style>
a { background-color: #F9069E; }
a { background-color: rgb(249,6,158); }
div.DivClassName
{
background-color: #F9069E;
}
.BgClassName
{
background-color: #F9069E;
}
</style>
border-color css
<style>
span { border-color: #F9069E; }
span { border-color: rgb(249,6,158); }
td.TdClassName
{
border-color: #F9069E;
}
.TagClassName
{
border-color: #F9069E;
}
</style>