Shades of Magenta #FF17F6
Tints of Magenta #FF17F6
RGB
CMYK
RGB Variations
Color information
#FF17F6 (or 0xFF17F6) is known color: Magenta. HEX triplet: FF, 17 and F6. RGB value is (255,23,246). Sum of RGB (Red+Green+Blue) = 255+23+246=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 23 (9.38% from 255 or 4.39% from 524); Blue value is 246 (96.48% from 255 or 46.95% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17F6 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF17F6 is #00E809. Grayscale: #757575. Windows color (decimal): -59402 or 16127999. OLE color: 16127999.
HSL color Cylindrical-coordinate representation of color #FF17F6: hue angle of 302.33º 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 #FF17F6 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 246 | - |
| CMYK | 0 | 0.91 | 0.04 | 0 |
| HSL | 302.33º | 1% | 0.55% | - |
| HSV(B) | 302.33º | 0.91% | 1% | - |
| XYZ | 58.18 | 28.53 | 89.63 | - |
| YUV | 117.79 | 200.36 | 225.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 246 | 0 | 0.91 | 0.04 | 0 | 302.33 | 1 | 0.55 |
| Hex | FF | 17 | F6 | 0 | 5B | 4 | 0 | 12E | 64 | 37 |
| Octal | 377 | 27 | 366 | 0 | 133 | 4 | 0 | 456 | 144 | 67 |
| Binary | 11111111 | 10111 | 11110110 | 0 | 1011011 | 100 | 0 | 100101110 | 1100100 | 110111 |
Color Harmonies of #FF17F6
Complementary color
Monochromatic Colors of #FF17F6
Black with #FF17F6
Text Example
Text Example
White with #FF17F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17F6; }
p { color: rgb(255,23,246); }
H1.HeaderClassName
{
color: #FF17F6;
}
.AnyTagClassName
{
color: #FF17F6;
}
</style>
background-color css
<style>
a { background-color: #FF17F6; }
a { background-color: rgb(255,23,246); }
div.DivClassName
{
background-color: #FF17F6;
}
.BgClassName
{
background-color: #FF17F6;
}
</style>
border-color css
<style>
span { border-color: #FF17F6; }
span { border-color: rgb(255,23,246); }
td.TdClassName
{
border-color: #FF17F6;
}
.TagClassName
{
border-color: #FF17F6;
}
</style>