Shades of Magenta #FA2DFE
Tints of Magenta #FA2DFE
RGB
CMYK
RGB Variations
Color information
#FA2DFE (or 0xFA2DFE) is known color: Magenta. HEX triplet: FA, 2D and FE. RGB value is (250,45,254). Sum of RGB (Red+Green+Blue) = 250+45+254=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 45 (17.97% from 255 or 8.20% from 549); Blue value is 254 (99.61% from 255 or 46.27% from 549); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA2DFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DFE is #05D201. Grayscale: #818181. Windows color (decimal): -381442 or 16657914. OLE color: 16657914.
HSL color Cylindrical-coordinate representation of color #FA2DFE: hue angle of 298.85º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DFE is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 45 | 254 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.00 |
| HSL | 298.85º | 0.99% | 0.59% | - |
| HSV(B) | 298.85º | 0.82% | 1% | - |
| XYZ | 58.25 | 29.36 | 96.36 | - |
| YUV | 130.12 | 197.92 | 213.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 254 | 0.02 | 0.82 | 0 | 0.00 | 298.85 | 0.99 | 0.59 |
| Hex | FA | 2D | FE | 2 | 52 | 0 | 0 | 12B | 63 | 3B |
| Octal | 372 | 55 | 376 | 2 | 122 | 0 | 0 | 453 | 143 | 73 |
| Binary | 11111010 | 101101 | 11111110 | 10 | 1010010 | 0 | 0 | 100101011 | 1100011 | 111011 |
Color Harmonies of #FA2DFE
Complementary color
Monochromatic Colors of #FA2DFE
Black with #FA2DFE
Text Example
Text Example
White with #FA2DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DFE; }
p { color: rgb(250,45,254); }
H1.HeaderClassName
{
color: #FA2DFE;
}
.AnyTagClassName
{
color: #FA2DFE;
}
</style>
background-color css
<style>
a { background-color: #FA2DFE; }
a { background-color: rgb(250,45,254); }
div.DivClassName
{
background-color: #FA2DFE;
}
.BgClassName
{
background-color: #FA2DFE;
}
</style>
border-color css
<style>
span { border-color: #FA2DFE; }
span { border-color: rgb(250,45,254); }
td.TdClassName
{
border-color: #FA2DFE;
}
.TagClassName
{
border-color: #FA2DFE;
}
</style>