Shades of Magenta #F426FA
Tints of Magenta #F426FA
RGB
CMYK
RGB Variations
Color information
#F426FA (or 0xF426FA) is known color: Magenta. HEX triplet: F4, 26 and FA. RGB value is (244,38,250). Sum of RGB (Red+Green+Blue) = 244+38+250=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 38 (15.23% from 255 or 7.14% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #F426FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F426FA is #0BD905. Grayscale: #7B7B7B. Windows color (decimal): -776454 or 16393972. OLE color: 16393972.
HSL color Cylindrical-coordinate representation of color #F426FA: hue angle of 298.3º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F426FA is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 38 | 250 | - |
| CMYK | 0.02 | 0.85 | 0 | 0.02 |
| HSL | 298.3º | 0.95% | 0.56% | - |
| HSV(B) | 298.3º | 0.85% | 0.98% | - |
| XYZ | 55.26 | 27.52 | 92.84 | - |
| YUV | 123.76 | 199.25 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 38 | 250 | 0.02 | 0.85 | 0 | 0.02 | 298.3 | 0.95 | 0.56 |
| Hex | F4 | 26 | FA | 2 | 55 | 0 | 2 | 12A | 5F | 38 |
| Octal | 364 | 46 | 372 | 2 | 125 | 0 | 2 | 452 | 137 | 70 |
| Binary | 11110100 | 100110 | 11111010 | 10 | 1010101 | 0 | 10 | 100101010 | 1011111 | 111000 |
Color Harmonies of #F426FA
Complementary color
Monochromatic Colors of #F426FA
Black with #F426FA
Text Example
Text Example
White with #F426FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F426FA; }
p { color: rgb(244,38,250); }
H1.HeaderClassName
{
color: #F426FA;
}
.AnyTagClassName
{
color: #F426FA;
}
</style>
background-color css
<style>
a { background-color: #F426FA; }
a { background-color: rgb(244,38,250); }
div.DivClassName
{
background-color: #F426FA;
}
.BgClassName
{
background-color: #F426FA;
}
</style>
border-color css
<style>
span { border-color: #F426FA; }
span { border-color: rgb(244,38,250); }
td.TdClassName
{
border-color: #F426FA;
}
.TagClassName
{
border-color: #F426FA;
}
</style>