Shades of Magenta #FF17F5
Tints of Magenta #FF17F5
RGB
CMYK
RGB Variations
Color information
#FF17F5 (or 0xFF17F5) is known color: Magenta. HEX triplet: FF, 17 and F5. RGB value is (255,23,245). Sum of RGB (Red+Green+Blue) = 255+23+245=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 23 (9.38% from 255 or 4.40% from 523); Blue value is 245 (96.09% from 255 or 46.85% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF17F5 is #00E80A. Grayscale: #757575. Windows color (decimal): -59403 or 16062463. OLE color: 16062463.
HSL color Cylindrical-coordinate representation of color #FF17F5: hue angle of 302.59º 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 #FF17F5 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 245 | - |
| CMYK | 0 | 0.91 | 0.04 | 0 |
| HSL | 302.59º | 1% | 0.55% | - |
| HSV(B) | 302.59º | 0.91% | 1% | - |
| XYZ | 58.03 | 28.47 | 88.82 | - |
| YUV | 117.68 | 199.86 | 225.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 245 | 0 | 0.91 | 0.04 | 0 | 302.59 | 1 | 0.55 |
| Hex | FF | 17 | F5 | 0 | 5B | 4 | 0 | 12F | 64 | 37 |
| Octal | 377 | 27 | 365 | 0 | 133 | 4 | 0 | 457 | 144 | 67 |
| Binary | 11111111 | 10111 | 11110101 | 0 | 1011011 | 100 | 0 | 100101111 | 1100100 | 110111 |
Color Harmonies of #FF17F5
Complementary color
Monochromatic Colors of #FF17F5
Black with #FF17F5
Text Example
Text Example
White with #FF17F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17F5; }
p { color: rgb(255,23,245); }
H1.HeaderClassName
{
color: #FF17F5;
}
.AnyTagClassName
{
color: #FF17F5;
}
</style>
background-color css
<style>
a { background-color: #FF17F5; }
a { background-color: rgb(255,23,245); }
div.DivClassName
{
background-color: #FF17F5;
}
.BgClassName
{
background-color: #FF17F5;
}
</style>
border-color css
<style>
span { border-color: #FF17F5; }
span { border-color: rgb(255,23,245); }
td.TdClassName
{
border-color: #FF17F5;
}
.TagClassName
{
border-color: #FF17F5;
}
</style>