Shades of Hollywood Cerise #F50393
Tints of Hollywood Cerise #F50393
RGB
CMYK
RGB Variations
Color information
#F50393 (or 0xF50393) is known color: Hollywood Cerise. HEX triplet: F5, 03 and 93. RGB value is (245,3,147). Sum of RGB (Red+Green+Blue) = 245+3+147=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 3 (1.56% from 255 or 0.76% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F50393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50393 is #0AFC6C. Grayscale: #5B5B5B. Windows color (decimal): -719981 or 9634805. OLE color: 9634805.
HSL color Cylindrical-coordinate representation of color #F50393: hue angle of 324.3º 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 #F50393 is Cyan = 0, Magento = 0.99, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 147 | - |
| CMYK | 0 | 0.99 | 0.4 | 0.04 |
| HSL | 324.3º | 0.98% | 0.49% | - |
| HSV(B) | 324.3º | 0.99% | 0.96% | - |
| XYZ | 42.96 | 21.58 | 29.51 | - |
| YUV | 91.77 | 159.17 | 237.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 147 | 0 | 0.99 | 0.4 | 0.04 | 324.3 | 0.98 | 0.49 |
| Hex | F5 | 3 | 93 | 0 | 63 | 28 | 4 | 144 | 62 | 31 |
| Octal | 365 | 3 | 223 | 0 | 143 | 50 | 4 | 504 | 142 | 61 |
| Binary | 11110101 | 11 | 10010011 | 0 | 1100011 | 101000 | 100 | 101000100 | 1100010 | 110001 |
Color Harmonies of #F50393
Complementary color
Monochromatic Colors of #F50393
Black with #F50393
Text Example
Text Example
White with #F50393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50393; }
p { color: rgb(245,3,147); }
H1.HeaderClassName
{
color: #F50393;
}
.AnyTagClassName
{
color: #F50393;
}
</style>
background-color css
<style>
a { background-color: #F50393; }
a { background-color: rgb(245,3,147); }
div.DivClassName
{
background-color: #F50393;
}
.BgClassName
{
background-color: #F50393;
}
</style>
border-color css
<style>
span { border-color: #F50393; }
span { border-color: rgb(245,3,147); }
td.TdClassName
{
border-color: #F50393;
}
.TagClassName
{
border-color: #F50393;
}
</style>