Shades of Magenta #FA2DFB
Tints of Magenta #FA2DFB
RGB
CMYK
RGB Variations
Color information
#FA2DFB (or 0xFA2DFB) is known color: Magenta. HEX triplet: FA, 2D and FB. RGB value is (250,45,251). Sum of RGB (Red+Green+Blue) = 250+45+251=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 45 (17.97% from 255 or 8.24% from 546); Blue value is 251 (98.44% from 255 or 45.97% from 546); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA2DFB is #05D204. Grayscale: #818181. Windows color (decimal): -381445 or 16461306. OLE color: 16461306.
HSL color Cylindrical-coordinate representation of color #FA2DFB: hue angle of 299.71º degrees, saturation: 0.96, 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 #FA2DFB is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 251 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.02 |
| HSL | 299.71º | 0.96% | 0.58% | - |
| HSV(B) | 299.71º | 0.82% | 0.98% | - |
| XYZ | 57.78 | 29.17 | 93.85 | - |
| YUV | 129.78 | 196.42 | 213.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 251 | 0.00 | 0.82 | 0 | 0.02 | 299.71 | 0.96 | 0.58 |
| Hex | FA | 2D | FB | 0 | 52 | 0 | 2 | 12C | 60 | 3A |
| Octal | 372 | 55 | 373 | 0 | 122 | 0 | 2 | 454 | 140 | 72 |
| Binary | 11111010 | 101101 | 11111011 | 0 | 1010010 | 0 | 10 | 100101100 | 1100000 | 111010 |
Color Harmonies of #FA2DFB
Complementary color
Monochromatic Colors of #FA2DFB
Black with #FA2DFB
Text Example
Text Example
White with #FA2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2DFB; }
p { color: rgb(250,45,251); }
H1.HeaderClassName
{
color: #FA2DFB;
}
.AnyTagClassName
{
color: #FA2DFB;
}
</style>
background-color css
<style>
a { background-color: #FA2DFB; }
a { background-color: rgb(250,45,251); }
div.DivClassName
{
background-color: #FA2DFB;
}
.BgClassName
{
background-color: #FA2DFB;
}
</style>
border-color css
<style>
span { border-color: #FA2DFB; }
span { border-color: rgb(250,45,251); }
td.TdClassName
{
border-color: #FA2DFB;
}
.TagClassName
{
border-color: #FA2DFB;
}
</style>