Shades of Magenta #FA1DF6
Tints of Magenta #FA1DF6
RGB
CMYK
RGB Variations
Color information
#FA1DF6 (or 0xFA1DF6) is known color: Magenta. HEX triplet: FA, 1D and F6. RGB value is (250,29,246). Sum of RGB (Red+Green+Blue) = 250+29+246=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 29 (11.72% from 255 or 5.52% from 525); Blue value is 246 (96.48% from 255 or 46.86% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DF6 is #05E209. Grayscale: #777777. Windows color (decimal): -385546 or 16129530. OLE color: 16129530.
HSL color Cylindrical-coordinate representation of color #FA1DF6: hue angle of 301.09º 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 #FA1DF6 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 246 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.02 |
| HSL | 301.09º | 0.96% | 0.55% | - |
| HSV(B) | 301.09º | 0.88% | 0.98% | - |
| XYZ | 56.5 | 27.86 | 89.59 | - |
| YUV | 119.82 | 199.22 | 220.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 246 | 0 | 0.88 | 0.02 | 0.02 | 301.09 | 0.96 | 0.55 |
| Hex | FA | 1D | F6 | 0 | 58 | 2 | 2 | 12D | 60 | 37 |
| Octal | 372 | 35 | 366 | 0 | 130 | 2 | 2 | 455 | 140 | 67 |
| Binary | 11111010 | 11101 | 11110110 | 0 | 1011000 | 10 | 10 | 100101101 | 1100000 | 110111 |
Color Harmonies of #FA1DF6
Complementary color
Monochromatic Colors of #FA1DF6
Black with #FA1DF6
Text Example
Text Example
White with #FA1DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DF6; }
p { color: rgb(250,29,246); }
H1.HeaderClassName
{
color: #FA1DF6;
}
.AnyTagClassName
{
color: #FA1DF6;
}
</style>
background-color css
<style>
a { background-color: #FA1DF6; }
a { background-color: rgb(250,29,246); }
div.DivClassName
{
background-color: #FA1DF6;
}
.BgClassName
{
background-color: #FA1DF6;
}
</style>
border-color css
<style>
span { border-color: #FA1DF6; }
span { border-color: rgb(250,29,246); }
td.TdClassName
{
border-color: #FA1DF6;
}
.TagClassName
{
border-color: #FA1DF6;
}
</style>