Shades of Magenta #FA20FB
Tints of Magenta #FA20FB
RGB
CMYK
RGB Variations
Color information
#FA20FB (or 0xFA20FB) is known color: Magenta. HEX triplet: FA, 20 and FB. RGB value is (250,32,251). Sum of RGB (Red+Green+Blue) = 250+32+251=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 32 (12.89% from 255 or 6.00% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA20FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA20FB is #05DF04. Grayscale: #797979. Windows color (decimal): -384773 or 16457978. OLE color: 16457978.
HSL color Cylindrical-coordinate representation of color #FA20FB: hue angle of 299.73º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA20FB is Cyan = 0.00, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 251 | - |
| CMYK | 0.00 | 0.87 | 0 | 0.02 |
| HSL | 299.73º | 0.96% | 0.55% | - |
| HSV(B) | 299.73º | 0.87% | 0.98% | - |
| XYZ | 57.35 | 28.32 | 93.71 | - |
| YUV | 122.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 251 | 0.00 | 0.87 | 0 | 0.02 | 299.73 | 0.96 | 0.55 |
| Hex | FA | 20 | FB | 0 | 57 | 0 | 2 | 12C | 60 | 37 |
| Octal | 372 | 40 | 373 | 0 | 127 | 0 | 2 | 454 | 140 | 67 |
| Binary | 11111010 | 100000 | 11111011 | 0 | 1010111 | 0 | 10 | 100101100 | 1100000 | 110111 |
Color Harmonies of #FA20FB
Complementary color
Monochromatic Colors of #FA20FB
Black with #FA20FB
Text Example
Text Example
White with #FA20FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA20FB; }
p { color: rgb(250,32,251); }
H1.HeaderClassName
{
color: #FA20FB;
}
.AnyTagClassName
{
color: #FA20FB;
}
</style>
background-color css
<style>
a { background-color: #FA20FB; }
a { background-color: rgb(250,32,251); }
div.DivClassName
{
background-color: #FA20FB;
}
.BgClassName
{
background-color: #FA20FB;
}
</style>
border-color css
<style>
span { border-color: #FA20FB; }
span { border-color: rgb(250,32,251); }
td.TdClassName
{
border-color: #FA20FB;
}
.TagClassName
{
border-color: #FA20FB;
}
</style>