Shades of Magenta #F51EEF
Tints of Magenta #F51EEF
RGB
CMYK
RGB Variations
Color information
#F51EEF (or 0xF51EEF) is known color: Magenta. HEX triplet: F5, 1E and EF. RGB value is (245,30,239). Sum of RGB (Red+Green+Blue) = 245+30+239=514 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.67% from 514); Green value is 30 (12.11% from 255 or 5.84% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 245 - color contains mainly: red. Hex color #F51EEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F51EEF is #0AE110. Grayscale: #757575. Windows color (decimal): -712977 or 15671029. OLE color: 15671029.
HSL color Cylindrical-coordinate representation of color #F51EEF: hue angle of 301.67º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51EEF is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 30 | 239 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.04 |
| HSL | 301.67º | 0.91% | 0.54% | - |
| HSV(B) | 301.67º | 0.88% | 0.96% | - |
| XYZ | 53.7 | 26.57 | 83.96 | - |
| YUV | 118.11 | 196.23 | 218.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 30 | 239 | 0 | 0.88 | 0.02 | 0.04 | 301.67 | 0.91 | 0.54 |
| Hex | F5 | 1E | EF | 0 | 58 | 2 | 4 | 12E | 5B | 36 |
| Octal | 365 | 36 | 357 | 0 | 130 | 2 | 4 | 456 | 133 | 66 |
| Binary | 11110101 | 11110 | 11101111 | 0 | 1011000 | 10 | 100 | 100101110 | 1011011 | 110110 |
Color Harmonies of #F51EEF
Complementary color
Monochromatic Colors of #F51EEF
Black with #F51EEF
Text Example
Text Example
White with #F51EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51EEF; }
p { color: rgb(245,30,239); }
H1.HeaderClassName
{
color: #F51EEF;
}
.AnyTagClassName
{
color: #F51EEF;
}
</style>
background-color css
<style>
a { background-color: #F51EEF; }
a { background-color: rgb(245,30,239); }
div.DivClassName
{
background-color: #F51EEF;
}
.BgClassName
{
background-color: #F51EEF;
}
</style>
border-color css
<style>
span { border-color: #F51EEF; }
span { border-color: rgb(245,30,239); }
td.TdClassName
{
border-color: #F51EEF;
}
.TagClassName
{
border-color: #F51EEF;
}
</style>