Shades of Magenta #FA2DFC
Tints of Magenta #FA2DFC
RGB
CMYK
RGB Variations
Color information
#FA2DFC (or 0xFA2DFC) is known color: Magenta. HEX triplet: FA, 2D and FC. RGB value is (250,45,252). Sum of RGB (Red+Green+Blue) = 250+45+252=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 45 (17.97% from 255 or 8.23% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA2DFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DFC is #05D203. Grayscale: #818181. Windows color (decimal): -381444 or 16526842. OLE color: 16526842.
HSL color Cylindrical-coordinate representation of color #FA2DFC: hue angle of 299.42º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DFC is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 45 | 252 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.01 |
| HSL | 299.42º | 0.97% | 0.58% | - |
| HSV(B) | 299.42º | 0.82% | 0.99% | - |
| XYZ | 57.93 | 29.23 | 94.68 | - |
| YUV | 129.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 252 | 0.01 | 0.82 | 0 | 0.01 | 299.42 | 0.97 | 0.58 |
| Hex | FA | 2D | FC | 1 | 52 | 0 | 1 | 12B | 61 | 3A |
| Octal | 372 | 55 | 374 | 1 | 122 | 0 | 1 | 453 | 141 | 72 |
| Binary | 11111010 | 101101 | 11111100 | 1 | 1010010 | 0 | 1 | 100101011 | 1100001 | 111010 |
Color Harmonies of #FA2DFC
Complementary color
Monochromatic Colors of #FA2DFC
Black with #FA2DFC
Text Example
Text Example
White with #FA2DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DFC; }
p { color: rgb(250,45,252); }
H1.HeaderClassName
{
color: #FA2DFC;
}
.AnyTagClassName
{
color: #FA2DFC;
}
</style>
background-color css
<style>
a { background-color: #FA2DFC; }
a { background-color: rgb(250,45,252); }
div.DivClassName
{
background-color: #FA2DFC;
}
.BgClassName
{
background-color: #FA2DFC;
}
</style>
border-color css
<style>
span { border-color: #FA2DFC; }
span { border-color: rgb(250,45,252); }
td.TdClassName
{
border-color: #FA2DFC;
}
.TagClassName
{
border-color: #FA2DFC;
}
</style>