Shades of Magenta #FA32FC
Tints of Magenta #FA32FC
RGB
CMYK
RGB Variations
Color information
#FA32FC (or 0xFA32FC) is known color: Magenta. HEX triplet: FA, 32 and FC. RGB value is (250,50,252). Sum of RGB (Red+Green+Blue) = 250+50+252=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 50 (19.92% from 255 or 9.06% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #FA32FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA32FC is #05CD03. Grayscale: #848484. Windows color (decimal): -380164 or 16528122. OLE color: 16528122.
HSL color Cylindrical-coordinate representation of color #FA32FC: hue angle of 299.41º degrees, saturation: 0.97, 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 #FA32FC is Cyan = 0.01, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 50 | 252 | - |
| CMYK | 0.01 | 0.80 | 0 | 0.01 |
| HSL | 299.41º | 0.97% | 0.59% | - |
| HSV(B) | 299.41º | 0.8% | 0.99% | - |
| XYZ | 58.14 | 29.63 | 94.75 | - |
| YUV | 132.83 | 195.26 | 211.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 252 | 0.01 | 0.80 | 0 | 0.01 | 299.41 | 0.97 | 0.59 |
| Hex | FA | 32 | FC | 1 | 50 | 0 | 1 | 12B | 61 | 3B |
| Octal | 372 | 62 | 374 | 1 | 120 | 0 | 1 | 453 | 141 | 73 |
| Binary | 11111010 | 110010 | 11111100 | 1 | 1010000 | 0 | 1 | 100101011 | 1100001 | 111011 |
Color Harmonies of #FA32FC
Complementary color
Monochromatic Colors of #FA32FC
Black with #FA32FC
Text Example
Text Example
White with #FA32FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA32FC; }
p { color: rgb(250,50,252); }
H1.HeaderClassName
{
color: #FA32FC;
}
.AnyTagClassName
{
color: #FA32FC;
}
</style>
background-color css
<style>
a { background-color: #FA32FC; }
a { background-color: rgb(250,50,252); }
div.DivClassName
{
background-color: #FA32FC;
}
.BgClassName
{
background-color: #FA32FC;
}
</style>
border-color css
<style>
span { border-color: #FA32FC; }
span { border-color: rgb(250,50,252); }
td.TdClassName
{
border-color: #FA32FC;
}
.TagClassName
{
border-color: #FA32FC;
}
</style>