Shades of Magenta #FA2BFA
Tints of Magenta #FA2BFA
RGB
CMYK
RGB Variations
Color information
#FA2BFA (or 0xFA2BFA) is known color: Magenta. HEX triplet: FA, 2B and FA. RGB value is (250,43,250). Sum of RGB (Red+Green+Blue) = 250+43+250=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 43 (17.19% from 255 or 7.92% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FA2BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2BFA is #05D405. Grayscale: #7F7F7F. Windows color (decimal): -381958 or 16395258. OLE color: 16395258.
HSL color Cylindrical-coordinate representation of color #FA2BFA: hue angle of 300º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2BFA is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 250 | - |
| CMYK | 0 | 0.83 | 0 | 0.02 |
| HSL | 300º | 0.95% | 0.57% | - |
| HSV(B) | 300º | 0.83% | 0.98% | - |
| XYZ | 57.54 | 28.95 | 93 | - |
| YUV | 128.49 | 196.58 | 214.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 250 | 0 | 0.83 | 0 | 0.02 | 300 | 0.95 | 0.57 |
| Hex | FA | 2B | FA | 0 | 53 | 0 | 2 | 12C | 5F | 39 |
| Octal | 372 | 53 | 372 | 0 | 123 | 0 | 2 | 454 | 137 | 71 |
| Binary | 11111010 | 101011 | 11111010 | 0 | 1010011 | 0 | 10 | 100101100 | 1011111 | 111001 |
Color Harmonies of #FA2BFA
Complementary color
Monochromatic Colors of #FA2BFA
Black with #FA2BFA
Text Example
Text Example
White with #FA2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2BFA; }
p { color: rgb(250,43,250); }
H1.HeaderClassName
{
color: #FA2BFA;
}
.AnyTagClassName
{
color: #FA2BFA;
}
</style>
background-color css
<style>
a { background-color: #FA2BFA; }
a { background-color: rgb(250,43,250); }
div.DivClassName
{
background-color: #FA2BFA;
}
.BgClassName
{
background-color: #FA2BFA;
}
</style>
border-color css
<style>
span { border-color: #FA2BFA; }
span { border-color: rgb(250,43,250); }
td.TdClassName
{
border-color: #FA2BFA;
}
.TagClassName
{
border-color: #FA2BFA;
}
</style>