Shades of Magenta #FA2DF6
Tints of Magenta #FA2DF6
RGB
CMYK
RGB Variations
Color information
#FA2DF6 (or 0xFA2DF6) is known color: Magenta. HEX triplet: FA, 2D and F6. RGB value is (250,45,246). Sum of RGB (Red+Green+Blue) = 250+45+246=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 45 (17.97% from 255 or 8.32% from 541); Blue value is 246 (96.48% from 255 or 45.47% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2DF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DF6 is #05D209. Grayscale: #808080. Windows color (decimal): -381450 or 16133626. OLE color: 16133626.
HSL color Cylindrical-coordinate representation of color #FA2DF6: hue angle of 301.17º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2DF6 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 246 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.02 |
| HSL | 301.17º | 0.95% | 0.58% | - |
| HSV(B) | 301.17º | 0.82% | 0.98% | - |
| XYZ | 57 | 28.85 | 89.75 | - |
| YUV | 129.21 | 193.92 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 246 | 0 | 0.82 | 0.02 | 0.02 | 301.17 | 0.95 | 0.58 |
| Hex | FA | 2D | F6 | 0 | 52 | 2 | 2 | 12D | 5F | 3A |
| Octal | 372 | 55 | 366 | 0 | 122 | 2 | 2 | 455 | 137 | 72 |
| Binary | 11111010 | 101101 | 11110110 | 0 | 1010010 | 10 | 10 | 100101101 | 1011111 | 111010 |
Color Harmonies of #FA2DF6
Complementary color
Monochromatic Colors of #FA2DF6
Black with #FA2DF6
Text Example
Text Example
White with #FA2DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DF6; }
p { color: rgb(250,45,246); }
H1.HeaderClassName
{
color: #FA2DF6;
}
.AnyTagClassName
{
color: #FA2DF6;
}
</style>
background-color css
<style>
a { background-color: #FA2DF6; }
a { background-color: rgb(250,45,246); }
div.DivClassName
{
background-color: #FA2DF6;
}
.BgClassName
{
background-color: #FA2DF6;
}
</style>
border-color css
<style>
span { border-color: #FA2DF6; }
span { border-color: rgb(250,45,246); }
td.TdClassName
{
border-color: #FA2DF6;
}
.TagClassName
{
border-color: #FA2DF6;
}
</style>