Shades of Magenta #FD2BFA
Tints of Magenta #FD2BFA
RGB
CMYK
RGB Variations
Color information
#FD2BFA (or 0xFD2BFA) is known color: Magenta. HEX triplet: FD, 2B and FA. RGB value is (253,43,250). Sum of RGB (Red+Green+Blue) = 253+43+250=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 43 (17.19% from 255 or 7.88% from 546); Blue value is 250 (98.05% from 255 or 45.79% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2BFA is #02D405. Grayscale: #808080. Windows color (decimal): -185350 or 16395261. OLE color: 16395261.
HSL color Cylindrical-coordinate representation of color #FD2BFA: hue angle of 300.86º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BFA is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 250 | - |
| CMYK | 0 | 0.83 | 0.01 | 0.01 |
| HSL | 300.86º | 0.98% | 0.58% | - |
| HSV(B) | 300.86º | 0.83% | 0.99% | - |
| XYZ | 58.63 | 29.51 | 93.05 | - |
| YUV | 129.39 | 196.07 | 216.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 250 | 0 | 0.83 | 0.01 | 0.01 | 300.86 | 0.98 | 0.58 |
| Hex | FD | 2B | FA | 0 | 53 | 1 | 1 | 12D | 62 | 3A |
| Octal | 375 | 53 | 372 | 0 | 123 | 1 | 1 | 455 | 142 | 72 |
| Binary | 11111101 | 101011 | 11111010 | 0 | 1010011 | 1 | 1 | 100101101 | 1100010 | 111010 |
Color Harmonies of #FD2BFA
Complementary color
Monochromatic Colors of #FD2BFA
Black with #FD2BFA
Text Example
Text Example
White with #FD2BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BFA; }
p { color: rgb(253,43,250); }
H1.HeaderClassName
{
color: #FD2BFA;
}
.AnyTagClassName
{
color: #FD2BFA;
}
</style>
background-color css
<style>
a { background-color: #FD2BFA; }
a { background-color: rgb(253,43,250); }
div.DivClassName
{
background-color: #FD2BFA;
}
.BgClassName
{
background-color: #FD2BFA;
}
</style>
border-color css
<style>
span { border-color: #FD2BFA; }
span { border-color: rgb(253,43,250); }
td.TdClassName
{
border-color: #FD2BFA;
}
.TagClassName
{
border-color: #FD2BFA;
}
</style>