Shades of Hollywood Cerise #F50399
Tints of Hollywood Cerise #F50399
RGB
CMYK
RGB Variations
Color information
#F50399 (or 0xF50399) is known color: Hollywood Cerise. HEX triplet: F5, 03 and 99. RGB value is (245,3,153). Sum of RGB (Red+Green+Blue) = 245+3+153=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 3 (1.56% from 255 or 0.75% from 401); Blue value is 153 (60.16% from 255 or 38.15% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F50399 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50399 is #0AFC66. Grayscale: #5C5C5C. Windows color (decimal): -719975 or 10028021. OLE color: 10028021.
HSL color Cylindrical-coordinate representation of color #F50399: hue angle of 322.81º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50399 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 153 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.04 |
| HSL | 322.81º | 0.98% | 0.49% | - |
| HSV(B) | 322.81º | 0.99% | 0.96% | - |
| XYZ | 43.44 | 21.78 | 32.05 | - |
| YUV | 92.46 | 162.17 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 153 | 0 | 0.99 | 0.38 | 0.04 | 322.81 | 0.98 | 0.49 |
| Hex | F5 | 3 | 99 | 0 | 63 | 26 | 4 | 143 | 62 | 31 |
| Octal | 365 | 3 | 231 | 0 | 143 | 46 | 4 | 503 | 142 | 61 |
| Binary | 11110101 | 11 | 10011001 | 0 | 1100011 | 100110 | 100 | 101000011 | 1100010 | 110001 |
Color Harmonies of #F50399
Complementary color
Monochromatic Colors of #F50399
Black with #F50399
Text Example
Text Example
White with #F50399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50399; }
p { color: rgb(245,3,153); }
H1.HeaderClassName
{
color: #F50399;
}
.AnyTagClassName
{
color: #F50399;
}
</style>
background-color css
<style>
a { background-color: #F50399; }
a { background-color: rgb(245,3,153); }
div.DivClassName
{
background-color: #F50399;
}
.BgClassName
{
background-color: #F50399;
}
</style>
border-color css
<style>
span { border-color: #F50399; }
span { border-color: rgb(245,3,153); }
td.TdClassName
{
border-color: #F50399;
}
.TagClassName
{
border-color: #F50399;
}
</style>