Shades of Hollywood Cerise #F9069C
Tints of Hollywood Cerise #F9069C
RGB
CMYK
RGB Variations
Color information
#F9069C (or 0xF9069C) is known color: Hollywood Cerise. HEX triplet: F9, 06 and 9C. RGB value is (249,6,156). Sum of RGB (Red+Green+Blue) = 249+6+156=411 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.58% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 249 - color contains mainly: red. Hex color #F9069C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9069C is #06F963. Grayscale: #5F5F5F. Windows color (decimal): -457060 or 10225401. OLE color: 10225401.
HSL color Cylindrical-coordinate representation of color #F9069C: hue angle of 322.96º 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 #F9069C is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 6 | 156 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.02 |
| HSL | 322.96º | 0.95% | 0.5% | - |
| HSV(B) | 322.96º | 0.98% | 0.98% | - |
| XYZ | 45.13 | 22.67 | 33.45 | - |
| YUV | 95.76 | 162.01 | 237.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 6 | 156 | 0 | 0.98 | 0.37 | 0.02 | 322.96 | 0.95 | 0.5 |
| Hex | F9 | 6 | 9C | 0 | 62 | 25 | 2 | 143 | 5F | 32 |
| Octal | 371 | 6 | 234 | 0 | 142 | 45 | 2 | 503 | 137 | 62 |
| Binary | 11111001 | 110 | 10011100 | 0 | 1100010 | 100101 | 10 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F9069C
Complementary color
Monochromatic Colors of #F9069C
Black with #F9069C
Text Example
Text Example
White with #F9069C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9069C; }
p { color: rgb(249,6,156); }
H1.HeaderClassName
{
color: #F9069C;
}
.AnyTagClassName
{
color: #F9069C;
}
</style>
background-color css
<style>
a { background-color: #F9069C; }
a { background-color: rgb(249,6,156); }
div.DivClassName
{
background-color: #F9069C;
}
.BgClassName
{
background-color: #F9069C;
}
</style>
border-color css
<style>
span { border-color: #F9069C; }
span { border-color: rgb(249,6,156); }
td.TdClassName
{
border-color: #F9069C;
}
.TagClassName
{
border-color: #F9069C;
}
</style>