Shades of Magenta #F426F5
Tints of Magenta #F426F5
RGB
CMYK
RGB Variations
Color information
#F426F5 (or 0xF426F5) is known color: Magenta. HEX triplet: F4, 26 and F5. RGB value is (244,38,245). Sum of RGB (Red+Green+Blue) = 244+38+245=527 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.30% from 527); Green value is 38 (15.23% from 255 or 7.21% from 527); Blue value is 245 (96.09% from 255 or 46.49% from 527); Max value from RGB is 245 - color contains mainly: blue. Hex color #F426F5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F426F5 is #0BD90A. Grayscale: #7A7A7A. Windows color (decimal): -776459 or 16066292. OLE color: 16066292.
HSL color Cylindrical-coordinate representation of color #F426F5: hue angle of 299.71º degrees, saturation: 0.91, 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 #F426F5 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 38 | 245 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.04 |
| HSL | 299.71º | 0.91% | 0.55% | - |
| HSV(B) | 299.71º | 0.84% | 0.96% | - |
| XYZ | 54.48 | 27.21 | 88.77 | - |
| YUV | 123.19 | 196.75 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 245 | 0.00 | 0.84 | 0 | 0.04 | 299.71 | 0.91 | 0.55 |
| Hex | F4 | 26 | F5 | 0 | 54 | 0 | 4 | 12C | 5B | 37 |
| Octal | 364 | 46 | 365 | 0 | 124 | 0 | 4 | 454 | 133 | 67 |
| Binary | 11110100 | 100110 | 11110101 | 0 | 1010100 | 0 | 100 | 100101100 | 1011011 | 110111 |
Color Harmonies of #F426F5
Complementary color
Monochromatic Colors of #F426F5
Black with #F426F5
Text Example
Text Example
White with #F426F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426F5; }
p { color: rgb(244,38,245); }
H1.HeaderClassName
{
color: #F426F5;
}
.AnyTagClassName
{
color: #F426F5;
}
</style>
background-color css
<style>
a { background-color: #F426F5; }
a { background-color: rgb(244,38,245); }
div.DivClassName
{
background-color: #F426F5;
}
.BgClassName
{
background-color: #F426F5;
}
</style>
border-color css
<style>
span { border-color: #F426F5; }
span { border-color: rgb(244,38,245); }
td.TdClassName
{
border-color: #F426F5;
}
.TagClassName
{
border-color: #F426F5;
}
</style>