Shades of Hollywood Cerise #F50FA2
Tints of Hollywood Cerise #F50FA2
RGB
CMYK
RGB Variations
Color information
#F50FA2 (or 0xF50FA2) is known color: Hollywood Cerise. HEX triplet: F5, 0F and A2. RGB value is (245,15,162). Sum of RGB (Red+Green+Blue) = 245+15+162=422 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.06% from 422); Green value is 15 (6.25% from 255 or 3.55% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 245 - color contains mainly: red. Hex color #F50FA2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50FA2 is #0AF05D. Grayscale: #646464. Windows color (decimal): -716894 or 10620917. OLE color: 10620917.
HSL color Cylindrical-coordinate representation of color #F50FA2: hue angle of 321.65º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F50FA2 is Cyan = 0, Magento = 0.94, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 15 | 162 | - |
| CMYK | 0 | 0.94 | 0.34 | 0.04 |
| HSL | 321.65º | 0.92% | 0.51% | - |
| HSV(B) | 321.65º | 0.94% | 0.96% | - |
| XYZ | 44.35 | 22.36 | 36.16 | - |
| YUV | 100.53 | 162.7 | 231.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 15 | 162 | 0 | 0.94 | 0.34 | 0.04 | 321.65 | 0.92 | 0.51 |
| Hex | F5 | F | A2 | 0 | 5E | 22 | 4 | 142 | 5C | 33 |
| Octal | 365 | 17 | 242 | 0 | 136 | 42 | 4 | 502 | 134 | 63 |
| Binary | 11110101 | 1111 | 10100010 | 0 | 1011110 | 100010 | 100 | 101000010 | 1011100 | 110011 |
Color Harmonies of #F50FA2
Complementary color
Monochromatic Colors of #F50FA2
Black with #F50FA2
Text Example
Text Example
White with #F50FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50FA2; }
p { color: rgb(245,15,162); }
H1.HeaderClassName
{
color: #F50FA2;
}
.AnyTagClassName
{
color: #F50FA2;
}
</style>
background-color css
<style>
a { background-color: #F50FA2; }
a { background-color: rgb(245,15,162); }
div.DivClassName
{
background-color: #F50FA2;
}
.BgClassName
{
background-color: #F50FA2;
}
</style>
border-color css
<style>
span { border-color: #F50FA2; }
span { border-color: rgb(245,15,162); }
td.TdClassName
{
border-color: #F50FA2;
}
.TagClassName
{
border-color: #F50FA2;
}
</style>