Shades of Magenta #FF17F0
Tints of Magenta #FF17F0
RGB
CMYK
RGB Variations
Color information
#FF17F0 (or 0xFF17F0) is known color: Magenta. HEX triplet: FF, 17 and F0. RGB value is (255,23,240). Sum of RGB (Red+Green+Blue) = 255+23+240=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 23 (9.38% from 255 or 4.44% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17F0 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF17F0 is #00E80F. Grayscale: #747474. Windows color (decimal): -59408 or 15734783. OLE color: 15734783.
HSL color Cylindrical-coordinate representation of color #FF17F0: hue angle of 303.88º 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 #FF17F0 is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 240 | - |
| CMYK | 0 | 0.91 | 0.06 | 0 |
| HSL | 303.88º | 1% | 0.55% | - |
| HSV(B) | 303.88º | 0.91% | 1% | - |
| XYZ | 57.27 | 28.16 | 84.86 | - |
| YUV | 117.11 | 197.36 | 226.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 240 | 0 | 0.91 | 0.06 | 0 | 303.88 | 1 | 0.55 |
| Hex | FF | 17 | F0 | 0 | 5B | 6 | 0 | 130 | 64 | 37 |
| Octal | 377 | 27 | 360 | 0 | 133 | 6 | 0 | 460 | 144 | 67 |
| Binary | 11111111 | 10111 | 11110000 | 0 | 1011011 | 110 | 0 | 100110000 | 1100100 | 110111 |
Color Harmonies of #FF17F0
Complementary color
Monochromatic Colors of #FF17F0
Black with #FF17F0
Text Example
Text Example
White with #FF17F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17F0; }
p { color: rgb(255,23,240); }
H1.HeaderClassName
{
color: #FF17F0;
}
.AnyTagClassName
{
color: #FF17F0;
}
</style>
background-color css
<style>
a { background-color: #FF17F0; }
a { background-color: rgb(255,23,240); }
div.DivClassName
{
background-color: #FF17F0;
}
.BgClassName
{
background-color: #FF17F0;
}
</style>
border-color css
<style>
span { border-color: #FF17F0; }
span { border-color: rgb(255,23,240); }
td.TdClassName
{
border-color: #FF17F0;
}
.TagClassName
{
border-color: #FF17F0;
}
</style>