Shades of Magenta #FA1FFF
Tints of Magenta #FA1FFF
RGB
CMYK
RGB Variations
Color information
#FA1FFF (or 0xFA1FFF) is known color: Magenta. HEX triplet: FA, 1F and FF. RGB value is (250,31,255). Sum of RGB (Red+Green+Blue) = 250+31+255=536 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.64% from 536); Green value is 31 (12.5% from 255 or 5.78% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA1FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FFF is #05E000. Grayscale: #797979. Windows color (decimal): -385025 or 16719866. OLE color: 16719866.
HSL color Cylindrical-coordinate representation of color #FA1FFF: hue angle of 298.66º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FFF is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 31 | 255 | - |
| CMYK | 0.02 | 0.88 | 0 | 0 |
| HSL | 298.66º | 1% | 0.56% | - |
| HSV(B) | 298.66º | 0.88% | 1% | - |
| XYZ | 57.96 | 28.52 | 97.06 | - |
| YUV | 122.02 | 203.05 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 255 | 0.02 | 0.88 | 0 | 0 | 298.66 | 1 | 0.56 |
| Hex | FA | 1F | FF | 2 | 58 | 0 | 0 | 12B | 64 | 38 |
| Octal | 372 | 37 | 377 | 2 | 130 | 0 | 0 | 453 | 144 | 70 |
| Binary | 11111010 | 11111 | 11111111 | 10 | 1011000 | 0 | 0 | 100101011 | 1100100 | 111000 |
Color Harmonies of #FA1FFF
Complementary color
Monochromatic Colors of #FA1FFF
Black with #FA1FFF
Text Example
Text Example
White with #FA1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FFF; }
p { color: rgb(250,31,255); }
H1.HeaderClassName
{
color: #FA1FFF;
}
.AnyTagClassName
{
color: #FA1FFF;
}
</style>
background-color css
<style>
a { background-color: #FA1FFF; }
a { background-color: rgb(250,31,255); }
div.DivClassName
{
background-color: #FA1FFF;
}
.BgClassName
{
background-color: #FA1FFF;
}
</style>
border-color css
<style>
span { border-color: #FA1FFF; }
span { border-color: rgb(250,31,255); }
td.TdClassName
{
border-color: #FA1FFF;
}
.TagClassName
{
border-color: #FA1FFF;
}
</style>