Shades of Magenta #FA1FFA
Tints of Magenta #FA1FFA
RGB
CMYK
RGB Variations
Color information
#FA1FFA (or 0xFA1FFA) is known color: Magenta. HEX triplet: FA, 1F and FA. RGB value is (250,31,250). Sum of RGB (Red+Green+Blue) = 250+31+250=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 31 (12.5% from 255 or 5.84% from 531); Blue value is 250 (98.05% from 255 or 47.08% from 531); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA1FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1FFA is #05E005. Grayscale: #787878. Windows color (decimal): -385030 or 16392186. OLE color: 16392186.
HSL color Cylindrical-coordinate representation of color #FA1FFA: hue angle of 300º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA1FFA is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 31 | 250 | - |
| CMYK | 0 | 0.88 | 0 | 0.02 |
| HSL | 300º | 0.96% | 0.55% | - |
| HSV(B) | 300º | 0.88% | 0.98% | - |
| XYZ | 57.17 | 28.21 | 92.87 | - |
| YUV | 121.45 | 200.55 | 219.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 31 | 250 | 0 | 0.88 | 0 | 0.02 | 300 | 0.96 | 0.55 |
| Hex | FA | 1F | FA | 0 | 58 | 0 | 2 | 12C | 60 | 37 |
| Octal | 372 | 37 | 372 | 0 | 130 | 0 | 2 | 454 | 140 | 67 |
| Binary | 11111010 | 11111 | 11111010 | 0 | 1011000 | 0 | 10 | 100101100 | 1100000 | 110111 |
Color Harmonies of #FA1FFA
Complementary color
Monochromatic Colors of #FA1FFA
Black with #FA1FFA
Text Example
Text Example
White with #FA1FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1FFA; }
p { color: rgb(250,31,250); }
H1.HeaderClassName
{
color: #FA1FFA;
}
.AnyTagClassName
{
color: #FA1FFA;
}
</style>
background-color css
<style>
a { background-color: #FA1FFA; }
a { background-color: rgb(250,31,250); }
div.DivClassName
{
background-color: #FA1FFA;
}
.BgClassName
{
background-color: #FA1FFA;
}
</style>
border-color css
<style>
span { border-color: #FA1FFA; }
span { border-color: rgb(250,31,250); }
td.TdClassName
{
border-color: #FA1FFA;
}
.TagClassName
{
border-color: #FA1FFA;
}
</style>