Shades of Magenta #FF17FA
Tints of Magenta #FF17FA
RGB
CMYK
RGB Variations
Color information
#FF17FA (or 0xFF17FA) is known color: Magenta. HEX triplet: FF, 17 and FA. RGB value is (255,23,250). Sum of RGB (Red+Green+Blue) = 255+23+250=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 23 (9.38% from 255 or 4.36% from 528); Blue value is 250 (98.05% from 255 or 47.35% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF17FA is #00E805. Grayscale: #757575. Windows color (decimal): -59398 or 16390143. OLE color: 16390143.
HSL color Cylindrical-coordinate representation of color #FF17FA: hue angle of 301.29º 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 #FF17FA is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 250 | - |
| CMYK | 0 | 0.91 | 0.02 | 0 |
| HSL | 301.29º | 1% | 0.55% | - |
| HSV(B) | 301.29º | 0.91% | 1% | - |
| XYZ | 58.8 | 28.77 | 92.9 | - |
| YUV | 118.25 | 202.36 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 250 | 0 | 0.91 | 0.02 | 0 | 301.29 | 1 | 0.55 |
| Hex | FF | 17 | FA | 0 | 5B | 2 | 0 | 12D | 64 | 37 |
| Octal | 377 | 27 | 372 | 0 | 133 | 2 | 0 | 455 | 144 | 67 |
| Binary | 11111111 | 10111 | 11111010 | 0 | 1011011 | 10 | 0 | 100101101 | 1100100 | 110111 |
Color Harmonies of #FF17FA
Complementary color
Monochromatic Colors of #FF17FA
Black with #FF17FA
Text Example
Text Example
White with #FF17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17FA; }
p { color: rgb(255,23,250); }
H1.HeaderClassName
{
color: #FF17FA;
}
.AnyTagClassName
{
color: #FF17FA;
}
</style>
background-color css
<style>
a { background-color: #FF17FA; }
a { background-color: rgb(255,23,250); }
div.DivClassName
{
background-color: #FF17FA;
}
.BgClassName
{
background-color: #FF17FA;
}
</style>
border-color css
<style>
span { border-color: #FF17FA; }
span { border-color: rgb(255,23,250); }
td.TdClassName
{
border-color: #FF17FA;
}
.TagClassName
{
border-color: #FF17FA;
}
</style>