Shades of Hollywood Cerise #F50392
Tints of Hollywood Cerise #F50392
RGB
CMYK
RGB Variations
Color information
#F50392 (or 0xF50392) is known color: Hollywood Cerise. HEX triplet: F5, 03 and 92. RGB value is (245,3,146). Sum of RGB (Red+Green+Blue) = 245+3+146=394 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.18% from 394); Green value is 3 (1.56% from 255 or 0.76% from 394); Blue value is 146 (57.42% from 255 or 37.06% from 394); Max value from RGB is 245 - color contains mainly: red. Hex color #F50392 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50392 is #0AFC6D. Grayscale: #5B5B5B. Windows color (decimal): -719982 or 9569269. OLE color: 9569269.
HSL color Cylindrical-coordinate representation of color #F50392: hue angle of 324.55º 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 #F50392 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 146 | - |
| CMYK | 0 | 0.99 | 0.40 | 0.04 |
| HSL | 324.55º | 0.98% | 0.49% | - |
| HSV(B) | 324.55º | 0.99% | 0.96% | - |
| XYZ | 42.88 | 21.55 | 29.09 | - |
| YUV | 91.66 | 158.67 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 146 | 0 | 0.99 | 0.40 | 0.04 | 324.55 | 0.98 | 0.49 |
| Hex | F5 | 3 | 92 | 0 | 63 | 28 | 4 | 145 | 62 | 31 |
| Octal | 365 | 3 | 222 | 0 | 143 | 50 | 4 | 505 | 142 | 61 |
| Binary | 11110101 | 11 | 10010010 | 0 | 1100011 | 101000 | 100 | 101000101 | 1100010 | 110001 |
Color Harmonies of #F50392
Complementary color
Monochromatic Colors of #F50392
Black with #F50392
Text Example
Text Example
White with #F50392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50392; }
p { color: rgb(245,3,146); }
H1.HeaderClassName
{
color: #F50392;
}
.AnyTagClassName
{
color: #F50392;
}
</style>
background-color css
<style>
a { background-color: #F50392; }
a { background-color: rgb(245,3,146); }
div.DivClassName
{
background-color: #F50392;
}
.BgClassName
{
background-color: #F50392;
}
</style>
border-color css
<style>
span { border-color: #F50392; }
span { border-color: rgb(245,3,146); }
td.TdClassName
{
border-color: #F50392;
}
.TagClassName
{
border-color: #F50392;
}
</style>