Shades of Magenta #F428FE
Tints of Magenta #F428FE
RGB
CMYK
RGB Variations
Color information
#F428FE (or 0xF428FE) is known color: Magenta. HEX triplet: F4, 28 and FE. RGB value is (244,40,254). Sum of RGB (Red+Green+Blue) = 244+40+254=538 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.35% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #F428FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F428FE is #0BD701. Grayscale: #7C7C7C. Windows color (decimal): -775938 or 16656628. OLE color: 16656628.
HSL color Cylindrical-coordinate representation of color #F428FE: hue angle of 297.2º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F428FE is Cyan = 0.04, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 40 | 254 | - |
| CMYK | 0.04 | 0.84 | 0 | 0.00 |
| HSL | 297.2º | 0.99% | 0.58% | - |
| HSV(B) | 297.2º | 0.84% | 1% | - |
| XYZ | 55.96 | 27.91 | 96.2 | - |
| YUV | 125.39 | 200.59 | 212.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 40 | 254 | 0.04 | 0.84 | 0 | 0.00 | 297.2 | 0.99 | 0.58 |
| Hex | F4 | 28 | FE | 4 | 54 | 0 | 0 | 129 | 63 | 3A |
| Octal | 364 | 50 | 376 | 4 | 124 | 0 | 0 | 451 | 143 | 72 |
| Binary | 11110100 | 101000 | 11111110 | 100 | 1010100 | 0 | 0 | 100101001 | 1100011 | 111010 |
Color Harmonies of #F428FE
Complementary color
Monochromatic Colors of #F428FE
Black with #F428FE
Text Example
Text Example
White with #F428FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F428FE; }
p { color: rgb(244,40,254); }
H1.HeaderClassName
{
color: #F428FE;
}
.AnyTagClassName
{
color: #F428FE;
}
</style>
background-color css
<style>
a { background-color: #F428FE; }
a { background-color: rgb(244,40,254); }
div.DivClassName
{
background-color: #F428FE;
}
.BgClassName
{
background-color: #F428FE;
}
</style>
border-color css
<style>
span { border-color: #F428FE; }
span { border-color: rgb(244,40,254); }
td.TdClassName
{
border-color: #F428FE;
}
.TagClassName
{
border-color: #F428FE;
}
</style>