Shades of Magenta #F426EF
Tints of Magenta #F426EF
RGB
CMYK
RGB Variations
Color information
#F426EF (or 0xF426EF) is known color: Magenta. HEX triplet: F4, 26 and EF. RGB value is (244,38,239). Sum of RGB (Red+Green+Blue) = 244+38+239=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 38 (15.23% from 255 or 7.29% from 521); Blue value is 239 (93.75% from 255 or 45.87% from 521); Max value from RGB is 244 - color contains mainly: red. Hex color #F426EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F426EF is #0BD910. Grayscale: #797979. Windows color (decimal): -776465 or 15673076. OLE color: 15673076.
HSL color Cylindrical-coordinate representation of color #F426EF: hue angle of 301.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F426EF is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 239 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.04 |
| HSL | 301.46º | 0.9% | 0.55% | - |
| HSV(B) | 301.46º | 0.84% | 0.96% | - |
| XYZ | 53.58 | 26.85 | 84.02 | - |
| YUV | 122.51 | 193.75 | 214.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 239 | 0 | 0.84 | 0.02 | 0.04 | 301.46 | 0.9 | 0.55 |
| Hex | F4 | 26 | EF | 0 | 54 | 2 | 4 | 12D | 5A | 37 |
| Octal | 364 | 46 | 357 | 0 | 124 | 2 | 4 | 455 | 132 | 67 |
| Binary | 11110100 | 100110 | 11101111 | 0 | 1010100 | 10 | 100 | 100101101 | 1011010 | 110111 |
Color Harmonies of #F426EF
Complementary color
Monochromatic Colors of #F426EF
Black with #F426EF
Text Example
Text Example
White with #F426EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426EF; }
p { color: rgb(244,38,239); }
H1.HeaderClassName
{
color: #F426EF;
}
.AnyTagClassName
{
color: #F426EF;
}
</style>
background-color css
<style>
a { background-color: #F426EF; }
a { background-color: rgb(244,38,239); }
div.DivClassName
{
background-color: #F426EF;
}
.BgClassName
{
background-color: #F426EF;
}
</style>
border-color css
<style>
span { border-color: #F426EF; }
span { border-color: rgb(244,38,239); }
td.TdClassName
{
border-color: #F426EF;
}
.TagClassName
{
border-color: #F426EF;
}
</style>