Shades of Hollywood Cerise #F50EA7
Tints of Hollywood Cerise #F50EA7
RGB
CMYK
RGB Variations
Color information
#F50EA7 (or 0xF50EA7) is known color: Hollywood Cerise. HEX triplet: F5, 0E and A7. RGB value is (245,14,167). Sum of RGB (Red+Green+Blue) = 245+14+167=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 14 (5.86% from 255 or 3.29% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F50EA7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50EA7 is #0AF158. Grayscale: #646464. Windows color (decimal): -717145 or 10948341. OLE color: 10948341.
HSL color Cylindrical-coordinate representation of color #F50EA7: hue angle of 320.26º 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 #F50EA7 is Cyan = 0, Magento = 0.94, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 14 | 167 | - |
| CMYK | 0 | 0.94 | 0.32 | 0.04 |
| HSL | 320.26º | 0.92% | 0.51% | - |
| HSV(B) | 320.26º | 0.94% | 0.96% | - |
| XYZ | 44.79 | 22.52 | 38.54 | - |
| YUV | 100.51 | 165.53 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 14 | 167 | 0 | 0.94 | 0.32 | 0.04 | 320.26 | 0.92 | 0.51 |
| Hex | F5 | E | A7 | 0 | 5E | 20 | 4 | 140 | 5C | 33 |
| Octal | 365 | 16 | 247 | 0 | 136 | 40 | 4 | 500 | 134 | 63 |
| Binary | 11110101 | 1110 | 10100111 | 0 | 1011110 | 100000 | 100 | 101000000 | 1011100 | 110011 |
Color Harmonies of #F50EA7
Complementary color
Monochromatic Colors of #F50EA7
Black with #F50EA7
Text Example
Text Example
White with #F50EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50EA7; }
p { color: rgb(245,14,167); }
H1.HeaderClassName
{
color: #F50EA7;
}
.AnyTagClassName
{
color: #F50EA7;
}
</style>
background-color css
<style>
a { background-color: #F50EA7; }
a { background-color: rgb(245,14,167); }
div.DivClassName
{
background-color: #F50EA7;
}
.BgClassName
{
background-color: #F50EA7;
}
</style>
border-color css
<style>
span { border-color: #F50EA7; }
span { border-color: rgb(245,14,167); }
td.TdClassName
{
border-color: #F50EA7;
}
.TagClassName
{
border-color: #F50EA7;
}
</style>