Shades of Magenta #F425EE
Tints of Magenta #F425EE
RGB
CMYK
RGB Variations
Color information
#F425EE (or 0xF425EE) is known color: Magenta. HEX triplet: F4, 25 and EE. RGB value is (244,37,238). Sum of RGB (Red+Green+Blue) = 244+37+238=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 37 (14.84% from 255 or 7.13% from 519); Blue value is 238 (93.36% from 255 or 45.86% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F425EE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F425EE is #0BDA11. Grayscale: #797979. Windows color (decimal): -776722 or 15607284. OLE color: 15607284.
HSL color Cylindrical-coordinate representation of color #F425EE: hue angle of 301.74º 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 #F425EE is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 37 | 238 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.04 |
| HSL | 301.74º | 0.9% | 0.55% | - |
| HSV(B) | 301.74º | 0.85% | 0.96% | - |
| XYZ | 53.4 | 26.73 | 83.23 | - |
| YUV | 121.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 37 | 238 | 0 | 0.85 | 0.02 | 0.04 | 301.74 | 0.9 | 0.55 |
| Hex | F4 | 25 | EE | 0 | 55 | 2 | 4 | 12E | 5A | 37 |
| Octal | 364 | 45 | 356 | 0 | 125 | 2 | 4 | 456 | 132 | 67 |
| Binary | 11110100 | 100101 | 11101110 | 0 | 1010101 | 10 | 100 | 100101110 | 1011010 | 110111 |
Color Harmonies of #F425EE
Complementary color
Monochromatic Colors of #F425EE
Black with #F425EE
Text Example
Text Example
White with #F425EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F425EE; }
p { color: rgb(244,37,238); }
H1.HeaderClassName
{
color: #F425EE;
}
.AnyTagClassName
{
color: #F425EE;
}
</style>
background-color css
<style>
a { background-color: #F425EE; }
a { background-color: rgb(244,37,238); }
div.DivClassName
{
background-color: #F425EE;
}
.BgClassName
{
background-color: #F425EE;
}
</style>
border-color css
<style>
span { border-color: #F425EE; }
span { border-color: rgb(244,37,238); }
td.TdClassName
{
border-color: #F425EE;
}
.TagClassName
{
border-color: #F425EE;
}
</style>