Shades of Magenta #FF17FB
Tints of Magenta #FF17FB
RGB
CMYK
RGB Variations
Color information
#FF17FB (or 0xFF17FB) is known color: Magenta. HEX triplet: FF, 17 and FB. RGB value is (255,23,251). Sum of RGB (Red+Green+Blue) = 255+23+251=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 23 (9.38% from 255 or 4.35% from 529); Blue value is 251 (98.44% from 255 or 47.45% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF17FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF17FB is #00E804. Grayscale: #757575. Windows color (decimal): -59397 or 16455679. OLE color: 16455679.
HSL color Cylindrical-coordinate representation of color #FF17FB: hue angle of 301.03º 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 #FF17FB is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 251 | - |
| CMYK | 0 | 0.91 | 0.02 | 0 |
| HSL | 301.03º | 1% | 0.55% | - |
| HSV(B) | 301.03º | 0.91% | 1% | - |
| XYZ | 58.96 | 28.84 | 93.73 | - |
| YUV | 118.36 | 202.86 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 251 | 0 | 0.91 | 0.02 | 0 | 301.03 | 1 | 0.55 |
| Hex | FF | 17 | FB | 0 | 5B | 2 | 0 | 12D | 64 | 37 |
| Octal | 377 | 27 | 373 | 0 | 133 | 2 | 0 | 455 | 144 | 67 |
| Binary | 11111111 | 10111 | 11111011 | 0 | 1011011 | 10 | 0 | 100101101 | 1100100 | 110111 |
Color Harmonies of #FF17FB
Complementary color
Monochromatic Colors of #FF17FB
Black with #FF17FB
Text Example
Text Example
White with #FF17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF17FB; }
p { color: rgb(255,23,251); }
H1.HeaderClassName
{
color: #FF17FB;
}
.AnyTagClassName
{
color: #FF17FB;
}
</style>
background-color css
<style>
a { background-color: #FF17FB; }
a { background-color: rgb(255,23,251); }
div.DivClassName
{
background-color: #FF17FB;
}
.BgClassName
{
background-color: #FF17FB;
}
</style>
border-color css
<style>
span { border-color: #FF17FB; }
span { border-color: rgb(255,23,251); }
td.TdClassName
{
border-color: #FF17FB;
}
.TagClassName
{
border-color: #FF17FB;
}
</style>