Shades of Hollywood Cerise #F50699
Tints of Hollywood Cerise #F50699
RGB
CMYK
RGB Variations
Color information
#F50699 (or 0xF50699) is known color: Hollywood Cerise. HEX triplet: F5, 06 and 99. RGB value is (245,6,153). Sum of RGB (Red+Green+Blue) = 245+6+153=404 (53% of max value = 765). Red value is 245 (96.09% from 255 or 60.64% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 245 - color contains mainly: red. Hex color #F50699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50699 is #0AF966. Grayscale: #5D5D5D. Windows color (decimal): -719207 or 10028789. OLE color: 10028789.
HSL color Cylindrical-coordinate representation of color #F50699: hue angle of 323.1º 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 #F50699 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 153 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.04 |
| HSL | 323.1º | 0.95% | 0.49% | - |
| HSV(B) | 323.1º | 0.98% | 0.96% | - |
| XYZ | 43.47 | 21.84 | 32.06 | - |
| YUV | 94.22 | 161.18 | 235.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 153 | 0 | 0.98 | 0.38 | 0.04 | 323.1 | 0.95 | 0.49 |
| Hex | F5 | 6 | 99 | 0 | 62 | 26 | 4 | 143 | 5F | 31 |
| Octal | 365 | 6 | 231 | 0 | 142 | 46 | 4 | 503 | 137 | 61 |
| Binary | 11110101 | 110 | 10011001 | 0 | 1100010 | 100110 | 100 | 101000011 | 1011111 | 110001 |
Color Harmonies of #F50699
Complementary color
Monochromatic Colors of #F50699
Black with #F50699
Text Example
Text Example
White with #F50699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50699; }
p { color: rgb(245,6,153); }
H1.HeaderClassName
{
color: #F50699;
}
.AnyTagClassName
{
color: #F50699;
}
</style>
background-color css
<style>
a { background-color: #F50699; }
a { background-color: rgb(245,6,153); }
div.DivClassName
{
background-color: #F50699;
}
.BgClassName
{
background-color: #F50699;
}
</style>
border-color css
<style>
span { border-color: #F50699; }
span { border-color: rgb(245,6,153); }
td.TdClassName
{
border-color: #F50699;
}
.TagClassName
{
border-color: #F50699;
}
</style>