Shades of Magenta #FA32FD
Tints of Magenta #FA32FD
RGB
CMYK
RGB Variations
Color information
#FA32FD (or 0xFA32FD) is known color: Magenta. HEX triplet: FA, 32 and FD. RGB value is (250,50,253). Sum of RGB (Red+Green+Blue) = 250+50+253=553 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.21% from 553); Green value is 50 (19.92% from 255 or 9.04% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA32FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA32FD is #05CD02. Grayscale: #848484. Windows color (decimal): -380163 or 16593658. OLE color: 16593658.
HSL color Cylindrical-coordinate representation of color #FA32FD: hue angle of 299.11º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA32FD is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 50 | 253 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.01 |
| HSL | 299.11º | 0.98% | 0.59% | - |
| HSV(B) | 299.11º | 0.8% | 0.99% | - |
| XYZ | 58.29 | 29.7 | 95.59 | - |
| YUV | 132.94 | 195.76 | 211.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 253 | 0.01 | 0.80 | 0 | 0.01 | 299.11 | 0.98 | 0.59 |
| Hex | FA | 32 | FD | 1 | 50 | 0 | 1 | 12B | 62 | 3B |
| Octal | 372 | 62 | 375 | 1 | 120 | 0 | 1 | 453 | 142 | 73 |
| Binary | 11111010 | 110010 | 11111101 | 1 | 1010000 | 0 | 1 | 100101011 | 1100010 | 111011 |
Color Harmonies of #FA32FD
Complementary color
Monochromatic Colors of #FA32FD
Black with #FA32FD
Text Example
Text Example
White with #FA32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32FD; }
p { color: rgb(250,50,253); }
H1.HeaderClassName
{
color: #FA32FD;
}
.AnyTagClassName
{
color: #FA32FD;
}
</style>
background-color css
<style>
a { background-color: #FA32FD; }
a { background-color: rgb(250,50,253); }
div.DivClassName
{
background-color: #FA32FD;
}
.BgClassName
{
background-color: #FA32FD;
}
</style>
border-color css
<style>
span { border-color: #FA32FD; }
span { border-color: rgb(250,50,253); }
td.TdClassName
{
border-color: #FA32FD;
}
.TagClassName
{
border-color: #FA32FD;
}
</style>