Shades of Magenta #F417F1
Tints of Magenta #F417F1
RGB
CMYK
RGB Variations
Color information
#F417F1 (or 0xF417F1) is known color: Magenta. HEX triplet: F4, 17 and F1. RGB value is (244,23,241). Sum of RGB (Red+Green+Blue) = 244+23+241=508 (67% of max value = 765). Red value is 244 (95.70% from 255 or 48.03% from 508); Green value is 23 (9.38% from 255 or 4.53% from 508); Blue value is 241 (94.53% from 255 or 47.44% from 508); Max value from RGB is 244 - color contains mainly: red. Hex color #F417F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F417F1 is #0BE80E. Grayscale: #717171. Windows color (decimal): -780303 or 15800308. OLE color: 15800308.
HSL color Cylindrical-coordinate representation of color #F417F1: hue angle of 300.81º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F417F1 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 23 | 241 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.04 |
| HSL | 300.81º | 0.91% | 0.52% | - |
| HSV(B) | 300.81º | 0.91% | 0.96% | - |
| XYZ | 53.49 | 26.2 | 85.46 | - |
| YUV | 113.93 | 199.72 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 23 | 241 | 0 | 0.91 | 0.01 | 0.04 | 300.81 | 0.91 | 0.52 |
| Hex | F4 | 17 | F1 | 0 | 5B | 1 | 4 | 12D | 5B | 34 |
| Octal | 364 | 27 | 361 | 0 | 133 | 1 | 4 | 455 | 133 | 64 |
| Binary | 11110100 | 10111 | 11110001 | 0 | 1011011 | 1 | 100 | 100101101 | 1011011 | 110100 |
Color Harmonies of #F417F1
Complementary color
Monochromatic Colors of #F417F1
Black with #F417F1
Text Example
Text Example
White with #F417F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F417F1; }
p { color: rgb(244,23,241); }
H1.HeaderClassName
{
color: #F417F1;
}
.AnyTagClassName
{
color: #F417F1;
}
</style>
background-color css
<style>
a { background-color: #F417F1; }
a { background-color: rgb(244,23,241); }
div.DivClassName
{
background-color: #F417F1;
}
.BgClassName
{
background-color: #F417F1;
}
</style>
border-color css
<style>
span { border-color: #F417F1; }
span { border-color: rgb(244,23,241); }
td.TdClassName
{
border-color: #F417F1;
}
.TagClassName
{
border-color: #F417F1;
}
</style>