Shades of Magenta #FD2BFF
Tints of Magenta #FD2BFF
RGB
CMYK
RGB Variations
Color information
#FD2BFF (or 0xFD2BFF) is known color: Magenta. HEX triplet: FD, 2B and FF. RGB value is (253,43,255). Sum of RGB (Red+Green+Blue) = 253+43+255=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 43 (17.19% from 255 or 7.80% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD2BFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2BFF is #02D400. Grayscale: #818181. Windows color (decimal): -185345 or 16722941. OLE color: 16722941.
HSL color Cylindrical-coordinate representation of color #FD2BFF: hue angle of 299.43º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2BFF is Cyan = 0.01, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 43 | 255 | - |
| CMYK | 0.01 | 0.83 | 0 | 0 |
| HSL | 299.43º | 1% | 0.58% | - |
| HSV(B) | 299.43º | 0.83% | 1% | - |
| XYZ | 59.42 | 29.83 | 97.23 | - |
| YUV | 129.96 | 198.57 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 255 | 0.01 | 0.83 | 0 | 0 | 299.43 | 1 | 0.58 |
| Hex | FD | 2B | FF | 1 | 53 | 0 | 0 | 12B | 64 | 3A |
| Octal | 375 | 53 | 377 | 1 | 123 | 0 | 0 | 453 | 144 | 72 |
| Binary | 11111101 | 101011 | 11111111 | 1 | 1010011 | 0 | 0 | 100101011 | 1100100 | 111010 |
Color Harmonies of #FD2BFF
Complementary color
Monochromatic Colors of #FD2BFF
Black with #FD2BFF
Text Example
Text Example
White with #FD2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BFF; }
p { color: rgb(253,43,255); }
H1.HeaderClassName
{
color: #FD2BFF;
}
.AnyTagClassName
{
color: #FD2BFF;
}
</style>
background-color css
<style>
a { background-color: #FD2BFF; }
a { background-color: rgb(253,43,255); }
div.DivClassName
{
background-color: #FD2BFF;
}
.BgClassName
{
background-color: #FD2BFF;
}
</style>
border-color css
<style>
span { border-color: #FD2BFF; }
span { border-color: rgb(253,43,255); }
td.TdClassName
{
border-color: #FD2BFF;
}
.TagClassName
{
border-color: #FD2BFF;
}
</style>