Shades of Hollywood Cerise #F50190
Tints of Hollywood Cerise #F50190
RGB
CMYK
RGB Variations
Color information
#F50190 (or 0xF50190) is known color: Hollywood Cerise. HEX triplet: F5, 01 and 90. RGB value is (245,1,144). Sum of RGB (Red+Green+Blue) = 245+1+144=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 144 (56.64% from 255 or 36.92% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F50190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50190 is #0AFE6F. Grayscale: #595959. Windows color (decimal): -720496 or 9437685. OLE color: 9437685.
HSL color Cylindrical-coordinate representation of color #F50190: hue angle of 324.84º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50190 is Cyan = 0, Magento = 1.00, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.41 | 0.04 |
| HSL | 324.84º | 0.99% | 0.48% | - |
| HSV(B) | 324.84º | 1% | 0.96% | - |
| XYZ | 42.7 | 21.45 | 28.27 | - |
| YUV | 90.26 | 158.34 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 144 | 0 | 1.00 | 0.41 | 0.04 | 324.84 | 0.99 | 0.48 |
| Hex | F5 | 1 | 90 | 0 | 64 | 29 | 4 | 145 | 63 | 30 |
| Octal | 365 | 1 | 220 | 0 | 144 | 51 | 4 | 505 | 143 | 60 |
| Binary | 11110101 | 1 | 10010000 | 0 | 1100100 | 101001 | 100 | 101000101 | 1100011 | 110000 |
Color Harmonies of #F50190
Complementary color
Monochromatic Colors of #F50190
Black with #F50190
Text Example
Text Example
White with #F50190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50190; }
p { color: rgb(245,1,144); }
H1.HeaderClassName
{
color: #F50190;
}
.AnyTagClassName
{
color: #F50190;
}
</style>
background-color css
<style>
a { background-color: #F50190; }
a { background-color: rgb(245,1,144); }
div.DivClassName
{
background-color: #F50190;
}
.BgClassName
{
background-color: #F50190;
}
</style>
border-color css
<style>
span { border-color: #F50190; }
span { border-color: rgb(245,1,144); }
td.TdClassName
{
border-color: #F50190;
}
.TagClassName
{
border-color: #F50190;
}
</style>