Shades of Magenta #FA1DFE
Tints of Magenta #FA1DFE
RGB
CMYK
RGB Variations
Color information
#FA1DFE (or 0xFA1DFE) is known color: Magenta. HEX triplet: FA, 1D and FE. RGB value is (250,29,254). Sum of RGB (Red+Green+Blue) = 250+29+254=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 29 (11.72% from 255 or 5.44% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA1DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA1DFE is #05E201. Grayscale: #787878. Windows color (decimal): -385538 or 16653818. OLE color: 16653818.
HSL color Cylindrical-coordinate representation of color #FA1DFE: hue angle of 298.93º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA1DFE is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 29 | 254 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.00 |
| HSL | 298.93º | 0.99% | 0.55% | - |
| HSV(B) | 298.93º | 0.89% | 1% | - |
| XYZ | 57.75 | 28.36 | 96.2 | - |
| YUV | 120.73 | 203.22 | 220.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 254 | 0.02 | 0.89 | 0 | 0.00 | 298.93 | 0.99 | 0.55 |
| Hex | FA | 1D | FE | 2 | 59 | 0 | 0 | 12B | 63 | 37 |
| Octal | 372 | 35 | 376 | 2 | 131 | 0 | 0 | 453 | 143 | 67 |
| Binary | 11111010 | 11101 | 11111110 | 10 | 1011001 | 0 | 0 | 100101011 | 1100011 | 110111 |
Color Harmonies of #FA1DFE
Complementary color
Monochromatic Colors of #FA1DFE
Black with #FA1DFE
Text Example
Text Example
White with #FA1DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1DFE; }
p { color: rgb(250,29,254); }
H1.HeaderClassName
{
color: #FA1DFE;
}
.AnyTagClassName
{
color: #FA1DFE;
}
</style>
background-color css
<style>
a { background-color: #FA1DFE; }
a { background-color: rgb(250,29,254); }
div.DivClassName
{
background-color: #FA1DFE;
}
.BgClassName
{
background-color: #FA1DFE;
}
</style>
border-color css
<style>
span { border-color: #FA1DFE; }
span { border-color: rgb(250,29,254); }
td.TdClassName
{
border-color: #FA1DFE;
}
.TagClassName
{
border-color: #FA1DFE;
}
</style>