Shades of Magenta #F425EF
Tints of Magenta #F425EF
RGB
CMYK
RGB Variations
Color information
#F425EF (or 0xF425EF) is known color: Magenta. HEX triplet: F4, 25 and EF. RGB value is (244,37,239). Sum of RGB (Red+Green+Blue) = 244+37+239=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 37 (14.84% from 255 or 7.12% from 520); Blue value is 239 (93.75% from 255 or 45.96% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F425EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425EF is #0BDA10. Grayscale: #797979. Windows color (decimal): -776721 or 15672820. OLE color: 15672820.
HSL color Cylindrical-coordinate representation of color #F425EF: hue angle of 301.45º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F425EF is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 239 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.45º | 0.9% | 0.55% | - |
| HSV(B) | 301.45º | 0.85% | 0.96% | - |
| XYZ | 53.55 | 26.79 | 84.01 | - |
| YUV | 121.92 | 194.08 | 215.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 239 | 0 | 0.85 | 0.02 | 0.04 | 301.45 | 0.9 | 0.55 |
| Hex | F4 | 25 | EF | 0 | 55 | 2 | 4 | 12D | 5A | 37 |
| Octal | 364 | 45 | 357 | 0 | 125 | 2 | 4 | 455 | 132 | 67 |
| Binary | 11110100 | 100101 | 11101111 | 0 | 1010101 | 10 | 100 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F425EF
Complementary color
Monochromatic Colors of #F425EF
Black with #F425EF
Text Example
Text Example
White with #F425EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425EF; }
p { color: rgb(244,37,239); }
H1.HeaderClassName
{
color: #F425EF;
}
.AnyTagClassName
{
color: #F425EF;
}
</style>
background-color css
<style>
a { background-color: #F425EF; }
a { background-color: rgb(244,37,239); }
div.DivClassName
{
background-color: #F425EF;
}
.BgClassName
{
background-color: #F425EF;
}
</style>
border-color css
<style>
span { border-color: #F425EF; }
span { border-color: rgb(244,37,239); }
td.TdClassName
{
border-color: #F425EF;
}
.TagClassName
{
border-color: #F425EF;
}
</style>