Shades of Hollywood Cerise #F50294
Tints of Hollywood Cerise #F50294
RGB
CMYK
RGB Variations
Color information
#F50294 (or 0xF50294) is known color: Hollywood Cerise. HEX triplet: F5, 02 and 94. RGB value is (245,2,148). Sum of RGB (Red+Green+Blue) = 245+2+148=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 2 (1.17% from 255 or 0.51% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50294 is #0AFD6B. Grayscale: #5A5A5A. Windows color (decimal): -720236 or 9700085. OLE color: 9700085.
HSL color Cylindrical-coordinate representation of color #F50294: hue angle of 323.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50294 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 2 | 148 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.04 |
| HSL | 323.95º | 0.98% | 0.48% | - |
| HSV(B) | 323.95º | 0.99% | 0.96% | - |
| XYZ | 43.02 | 21.59 | 29.92 | - |
| YUV | 91.3 | 160.01 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 2 | 148 | 0 | 0.99 | 0.40 | 0.04 | 323.95 | 0.98 | 0.48 |
| Hex | F5 | 2 | 94 | 0 | 63 | 28 | 4 | 144 | 62 | 30 |
| Octal | 365 | 2 | 224 | 0 | 143 | 50 | 4 | 504 | 142 | 60 |
| Binary | 11110101 | 10 | 10010100 | 0 | 1100011 | 101000 | 100 | 101000100 | 1100010 | 110000 |
Color Harmonies of #F50294
Complementary color
Monochromatic Colors of #F50294
Black with #F50294
Text Example
Text Example
White with #F50294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50294; }
p { color: rgb(245,2,148); }
H1.HeaderClassName
{
color: #F50294;
}
.AnyTagClassName
{
color: #F50294;
}
</style>
background-color css
<style>
a { background-color: #F50294; }
a { background-color: rgb(245,2,148); }
div.DivClassName
{
background-color: #F50294;
}
.BgClassName
{
background-color: #F50294;
}
</style>
border-color css
<style>
span { border-color: #F50294; }
span { border-color: rgb(245,2,148); }
td.TdClassName
{
border-color: #F50294;
}
.TagClassName
{
border-color: #F50294;
}
</style>