Shades of Magenta #F417FE
Tints of Magenta #F417FE
RGB
CMYK
RGB Variations
Color information
#F417FE (or 0xF417FE) is known color: Magenta. HEX triplet: F4, 17 and FE. RGB value is (244,23,254). Sum of RGB (Red+Green+Blue) = 244+23+254=521 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.83% from 521); Green value is 23 (9.38% from 255 or 4.41% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #F417FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F417FE is #0BE801. Grayscale: #727272. Windows color (decimal): -780290 or 16652276. OLE color: 16652276.
HSL color Cylindrical-coordinate representation of color #F417FE: hue angle of 297.4º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417FE is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 23 | 254 | - |
| CMYK | 0.04 | 0.91 | 0 | 0.00 |
| HSL | 297.4º | 0.99% | 0.54% | - |
| HSV(B) | 297.4º | 0.91% | 1% | - |
| XYZ | 55.5 | 27 | 96.05 | - |
| YUV | 115.41 | 206.22 | 219.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 254 | 0.04 | 0.91 | 0 | 0.00 | 297.4 | 0.99 | 0.54 |
| Hex | F4 | 17 | FE | 4 | 5B | 0 | 0 | 129 | 63 | 36 |
| Octal | 364 | 27 | 376 | 4 | 133 | 0 | 0 | 451 | 143 | 66 |
| Binary | 11110100 | 10111 | 11111110 | 100 | 1011011 | 0 | 0 | 100101001 | 1100011 | 110110 |
Color Harmonies of #F417FE
Complementary color
Monochromatic Colors of #F417FE
Black with #F417FE
Text Example
Text Example
White with #F417FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417FE; }
p { color: rgb(244,23,254); }
H1.HeaderClassName
{
color: #F417FE;
}
.AnyTagClassName
{
color: #F417FE;
}
</style>
background-color css
<style>
a { background-color: #F417FE; }
a { background-color: rgb(244,23,254); }
div.DivClassName
{
background-color: #F417FE;
}
.BgClassName
{
background-color: #F417FE;
}
</style>
border-color css
<style>
span { border-color: #F417FE; }
span { border-color: rgb(244,23,254); }
td.TdClassName
{
border-color: #F417FE;
}
.TagClassName
{
border-color: #F417FE;
}
</style>