Shades of Magenta #F424FE
Tints of Magenta #F424FE
RGB
CMYK
RGB Variations
Color information
#F424FE (or 0xF424FE) is known color: Magenta. HEX triplet: F4, 24 and FE. RGB value is (244,36,254). Sum of RGB (Red+Green+Blue) = 244+36+254=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 36 (14.45% from 255 or 6.74% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F424FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F424FE is #0BDB01. Grayscale: #7A7A7A. Windows color (decimal): -776962 or 16655604. OLE color: 16655604.
HSL color Cylindrical-coordinate representation of color #F424FE: hue angle of 297.25º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F424FE is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 36 | 254 | - |
| CMYK | 0.04 | 0.86 | 0 | 0.00 |
| HSL | 297.25º | 0.99% | 0.57% | - |
| HSV(B) | 297.25º | 0.86% | 1% | - |
| XYZ | 55.83 | 27.65 | 96.16 | - |
| YUV | 123.04 | 201.91 | 214.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 36 | 254 | 0.04 | 0.86 | 0 | 0.00 | 297.25 | 0.99 | 0.57 |
| Hex | F4 | 24 | FE | 4 | 56 | 0 | 0 | 129 | 63 | 39 |
| Octal | 364 | 44 | 376 | 4 | 126 | 0 | 0 | 451 | 143 | 71 |
| Binary | 11110100 | 100100 | 11111110 | 100 | 1010110 | 0 | 0 | 100101001 | 1100011 | 111001 |
Color Harmonies of #F424FE
Complementary color
Monochromatic Colors of #F424FE
Black with #F424FE
Text Example
Text Example
White with #F424FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F424FE; }
p { color: rgb(244,36,254); }
H1.HeaderClassName
{
color: #F424FE;
}
.AnyTagClassName
{
color: #F424FE;
}
</style>
background-color css
<style>
a { background-color: #F424FE; }
a { background-color: rgb(244,36,254); }
div.DivClassName
{
background-color: #F424FE;
}
.BgClassName
{
background-color: #F424FE;
}
</style>
border-color css
<style>
span { border-color: #F424FE; }
span { border-color: rgb(244,36,254); }
td.TdClassName
{
border-color: #F424FE;
}
.TagClassName
{
border-color: #F424FE;
}
</style>