Shades of Hollywood Cerise #F50798
Tints of Hollywood Cerise #F50798
RGB
CMYK
RGB Variations
Color information
#F50798 (or 0xF50798) is known color: Hollywood Cerise. HEX triplet: F5, 07 and 98. RGB value is (245,7,152). Sum of RGB (Red+Green+Blue) = 245+7+152=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 7 (3.12% from 255 or 1.73% from 404); Blue value is 152 (59.77% from 255 or 37.62% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F50798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50798 is #0AF867. Grayscale: #5E5E5E. Windows color (decimal): -718952 or 9963509. OLE color: 9963509.
HSL color Cylindrical-coordinate representation of color #F50798: hue angle of 323.45º 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 #F50798 is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 152 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.04 |
| HSL | 323.45º | 0.94% | 0.49% | - |
| HSV(B) | 323.45º | 0.97% | 0.96% | - |
| XYZ | 43.4 | 21.83 | 31.63 | - |
| YUV | 94.69 | 160.35 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 152 | 0 | 0.97 | 0.38 | 0.04 | 323.45 | 0.94 | 0.49 |
| Hex | F5 | 7 | 98 | 0 | 61 | 26 | 4 | 143 | 5E | 31 |
| Octal | 365 | 7 | 230 | 0 | 141 | 46 | 4 | 503 | 136 | 61 |
| Binary | 11110101 | 111 | 10011000 | 0 | 1100001 | 100110 | 100 | 101000011 | 1011110 | 110001 |
Color Harmonies of #F50798
Complementary color
Monochromatic Colors of #F50798
Black with #F50798
Text Example
Text Example
White with #F50798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50798; }
p { color: rgb(245,7,152); }
H1.HeaderClassName
{
color: #F50798;
}
.AnyTagClassName
{
color: #F50798;
}
</style>
background-color css
<style>
a { background-color: #F50798; }
a { background-color: rgb(245,7,152); }
div.DivClassName
{
background-color: #F50798;
}
.BgClassName
{
background-color: #F50798;
}
</style>
border-color css
<style>
span { border-color: #F50798; }
span { border-color: rgb(245,7,152); }
td.TdClassName
{
border-color: #F50798;
}
.TagClassName
{
border-color: #F50798;
}
</style>