Shades of Magenta #F417FF
Tints of Magenta #F417FF
RGB
CMYK
RGB Variations
Color information
#F417FF (or 0xF417FF) is known color: Magenta. HEX triplet: F4, 17 and FF. RGB value is (244,23,255). Sum of RGB (Red+Green+Blue) = 244+23+255=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 23 (9.38% from 255 or 4.41% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #F417FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F417FF is #0BE800. Grayscale: #727272. Windows color (decimal): -780289 or 16717812. OLE color: 16717812.
HSL color Cylindrical-coordinate representation of color #F417FF: hue angle of 297.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417FF is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 23 | 255 | - |
| CMYK | 0.04 | 0.91 | 0 | 0 |
| HSL | 297.16º | 1% | 0.55% | - |
| HSV(B) | 297.16º | 0.91% | 1% | - |
| XYZ | 55.66 | 27.07 | 96.9 | - |
| YUV | 115.53 | 206.72 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 255 | 0.04 | 0.91 | 0 | 0 | 297.16 | 1 | 0.55 |
| Hex | F4 | 17 | FF | 4 | 5B | 0 | 0 | 129 | 64 | 37 |
| Octal | 364 | 27 | 377 | 4 | 133 | 0 | 0 | 451 | 144 | 67 |
| Binary | 11110100 | 10111 | 11111111 | 100 | 1011011 | 0 | 0 | 100101001 | 1100100 | 110111 |
Color Harmonies of #F417FF
Complementary color
Monochromatic Colors of #F417FF
Black with #F417FF
Text Example
Text Example
White with #F417FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417FF; }
p { color: rgb(244,23,255); }
H1.HeaderClassName
{
color: #F417FF;
}
.AnyTagClassName
{
color: #F417FF;
}
</style>
background-color css
<style>
a { background-color: #F417FF; }
a { background-color: rgb(244,23,255); }
div.DivClassName
{
background-color: #F417FF;
}
.BgClassName
{
background-color: #F417FF;
}
</style>
border-color css
<style>
span { border-color: #F417FF; }
span { border-color: rgb(244,23,255); }
td.TdClassName
{
border-color: #F417FF;
}
.TagClassName
{
border-color: #F417FF;
}
</style>