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