Shades of Hollywood Cerise #F9079D
Tints of Hollywood Cerise #F9079D
RGB
CMYK
RGB Variations
Color information
#F9079D (or 0xF9079D) is known color: Hollywood Cerise. HEX triplet: F9, 07 and 9D. RGB value is (249,7,157). Sum of RGB (Red+Green+Blue) = 249+7+157=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 157 (61.72% from 255 or 38.01% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9079D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F9079D is #06F862. Grayscale: #606060. Windows color (decimal): -456803 or 10291193. OLE color: 10291193.
HSL color Cylindrical-coordinate representation of color #F9079D: hue angle of 322.81º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9079D is Cyan = 0, Magento = 0.97, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 157 | - |
| CMYK | 0 | 0.97 | 0.37 | 0.02 |
| HSL | 322.81º | 0.95% | 0.5% | - |
| HSV(B) | 322.81º | 0.97% | 0.98% | - |
| XYZ | 45.23 | 22.73 | 33.9 | - |
| YUV | 96.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 157 | 0 | 0.97 | 0.37 | 0.02 | 322.81 | 0.95 | 0.5 |
| Hex | F9 | 7 | 9D | 0 | 61 | 25 | 2 | 143 | 5F | 32 |
| Octal | 371 | 7 | 235 | 0 | 141 | 45 | 2 | 503 | 137 | 62 |
| Binary | 11111001 | 111 | 10011101 | 0 | 1100001 | 100101 | 10 | 101000011 | 1011111 | 110010 |
Color Harmonies of #F9079D
Complementary color
Monochromatic Colors of #F9079D
Black with #F9079D
Text Example
Text Example
White with #F9079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9079D; }
p { color: rgb(249,7,157); }
H1.HeaderClassName
{
color: #F9079D;
}
.AnyTagClassName
{
color: #F9079D;
}
</style>
background-color css
<style>
a { background-color: #F9079D; }
a { background-color: rgb(249,7,157); }
div.DivClassName
{
background-color: #F9079D;
}
.BgClassName
{
background-color: #F9079D;
}
</style>
border-color css
<style>
span { border-color: #F9079D; }
span { border-color: rgb(249,7,157); }
td.TdClassName
{
border-color: #F9079D;
}
.TagClassName
{
border-color: #F9079D;
}
</style>