Shades of Hollywood Cerise #F50698
Tints of Hollywood Cerise #F50698
RGB
CMYK
RGB Variations
Color information
#F50698 (or 0xF50698) is known color: Hollywood Cerise. HEX triplet: F5, 06 and 98. RGB value is (245,6,152). Sum of RGB (Red+Green+Blue) = 245+6+152=403 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.79% from 403); Green value is 6 (2.73% from 255 or 1.49% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 245 - color contains mainly: red. Hex color #F50698 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50698 is #0AF967. Grayscale: #5D5D5D. Windows color (decimal): -719208 or 9963253. OLE color: 9963253.
HSL color Cylindrical-coordinate representation of color #F50698: hue angle of 323.35º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50698 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 152 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.04 |
| HSL | 323.35º | 0.95% | 0.49% | - |
| HSV(B) | 323.35º | 0.98% | 0.96% | - |
| XYZ | 43.39 | 21.81 | 31.63 | - |
| YUV | 94.11 | 160.68 | 235.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 152 | 0 | 0.98 | 0.38 | 0.04 | 323.35 | 0.95 | 0.49 |
| Hex | F5 | 6 | 98 | 0 | 62 | 26 | 4 | 143 | 5F | 31 |
| Octal | 365 | 6 | 230 | 0 | 142 | 46 | 4 | 503 | 137 | 61 |
| Binary | 11110101 | 110 | 10011000 | 0 | 1100010 | 100110 | 100 | 101000011 | 1011111 | 110001 |
Color Harmonies of #F50698
Complementary color
Monochromatic Colors of #F50698
Black with #F50698
Text Example
Text Example
White with #F50698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50698; }
p { color: rgb(245,6,152); }
H1.HeaderClassName
{
color: #F50698;
}
.AnyTagClassName
{
color: #F50698;
}
</style>
background-color css
<style>
a { background-color: #F50698; }
a { background-color: rgb(245,6,152); }
div.DivClassName
{
background-color: #F50698;
}
.BgClassName
{
background-color: #F50698;
}
</style>
border-color css
<style>
span { border-color: #F50698; }
span { border-color: rgb(245,6,152); }
td.TdClassName
{
border-color: #F50698;
}
.TagClassName
{
border-color: #F50698;
}
</style>