Shades of Hollywood Cerise #F5079F
Tints of Hollywood Cerise #F5079F
RGB
CMYK
RGB Variations
Color information
#F5079F (or 0xF5079F) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 9F. RGB value is (245,7,159). Sum of RGB (Red+Green+Blue) = 245+7+159=411 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.61% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 245 - color contains mainly: red. Hex color #F5079F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5079F is #0AF860. Grayscale: #5F5F5F. Windows color (decimal): -718945 or 10422261. OLE color: 10422261.
HSL color Cylindrical-coordinate representation of color #F5079F: hue angle of 321.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5079F is Cyan = 0, Magento = 0.97, Yellow = 0.35 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 159 | - |
| CMYK | 0 | 0.97 | 0.35 | 0.04 |
| HSL | 321.68º | 0.94% | 0.49% | - |
| HSV(B) | 321.68º | 0.97% | 0.96% | - |
| XYZ | 43.99 | 22.07 | 34.74 | - |
| YUV | 95.49 | 163.85 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 159 | 0 | 0.97 | 0.35 | 0.04 | 321.68 | 0.94 | 0.49 |
| Hex | F5 | 7 | 9F | 0 | 61 | 23 | 4 | 142 | 5E | 31 |
| Octal | 365 | 7 | 237 | 0 | 141 | 43 | 4 | 502 | 136 | 61 |
| Binary | 11110101 | 111 | 10011111 | 0 | 1100001 | 100011 | 100 | 101000010 | 1011110 | 110001 |
Color Harmonies of #F5079F
Complementary color
Monochromatic Colors of #F5079F
Black with #F5079F
Text Example
Text Example
White with #F5079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5079F; }
p { color: rgb(245,7,159); }
H1.HeaderClassName
{
color: #F5079F;
}
.AnyTagClassName
{
color: #F5079F;
}
</style>
background-color css
<style>
a { background-color: #F5079F; }
a { background-color: rgb(245,7,159); }
div.DivClassName
{
background-color: #F5079F;
}
.BgClassName
{
background-color: #F5079F;
}
</style>
border-color css
<style>
span { border-color: #F5079F; }
span { border-color: rgb(245,7,159); }
td.TdClassName
{
border-color: #F5079F;
}
.TagClassName
{
border-color: #F5079F;
}
</style>