Shades of Magenta #FA2FFD
Tints of Magenta #FA2FFD
RGB
CMYK
RGB Variations
Color information
#FA2FFD (or 0xFA2FFD) is known color: Magenta. HEX triplet: FA, 2F and FD. RGB value is (250,47,253). Sum of RGB (Red+Green+Blue) = 250+47+253=550 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.45% from 550); Green value is 47 (18.75% from 255 or 8.55% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA2FFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2FFD is #05D002. Grayscale: #828282. Windows color (decimal): -380931 or 16592890. OLE color: 16592890.
HSL color Cylindrical-coordinate representation of color #FA2FFD: hue angle of 299.13º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA2FFD is Cyan = 0.01, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 47 | 253 | - |
| CMYK | 0.01 | 0.81 | 0 | 0.01 |
| HSL | 299.13º | 0.98% | 0.59% | - |
| HSV(B) | 299.13º | 0.81% | 0.99% | - |
| XYZ | 58.17 | 29.45 | 95.55 | - |
| YUV | 131.18 | 196.75 | 212.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 253 | 0.01 | 0.81 | 0 | 0.01 | 299.13 | 0.98 | 0.59 |
| Hex | FA | 2F | FD | 1 | 51 | 0 | 1 | 12B | 62 | 3B |
| Octal | 372 | 57 | 375 | 1 | 121 | 0 | 1 | 453 | 142 | 73 |
| Binary | 11111010 | 101111 | 11111101 | 1 | 1010001 | 0 | 1 | 100101011 | 1100010 | 111011 |
Color Harmonies of #FA2FFD
Complementary color
Monochromatic Colors of #FA2FFD
Black with #FA2FFD
Text Example
Text Example
White with #FA2FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2FFD; }
p { color: rgb(250,47,253); }
H1.HeaderClassName
{
color: #FA2FFD;
}
.AnyTagClassName
{
color: #FA2FFD;
}
</style>
background-color css
<style>
a { background-color: #FA2FFD; }
a { background-color: rgb(250,47,253); }
div.DivClassName
{
background-color: #FA2FFD;
}
.BgClassName
{
background-color: #FA2FFD;
}
</style>
border-color css
<style>
span { border-color: #FA2FFD; }
span { border-color: rgb(250,47,253); }
td.TdClassName
{
border-color: #FA2FFD;
}
.TagClassName
{
border-color: #FA2FFD;
}
</style>