Shades of Magenta #FD2BF6
Tints of Magenta #FD2BF6
RGB
CMYK
RGB Variations
Color information
#FD2BF6 (or 0xFD2BF6) is known color: Magenta. HEX triplet: FD, 2B and F6. RGB value is (253,43,246). Sum of RGB (Red+Green+Blue) = 253+43+246=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 43 (17.19% from 255 or 7.93% from 542); Blue value is 246 (96.48% from 255 or 45.39% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2BF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2BF6 is #02D409. Grayscale: #808080. Windows color (decimal): -185354 or 16133117. OLE color: 16133117.
HSL color Cylindrical-coordinate representation of color #FD2BF6: hue angle of 302º 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 #FD2BF6 is Cyan = 0, Magento = 0.83, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 43 | 246 | - |
| CMYK | 0 | 0.83 | 0.03 | 0.01 |
| HSL | 302º | 0.98% | 0.58% | - |
| HSV(B) | 302º | 0.83% | 0.99% | - |
| XYZ | 58.01 | 29.26 | 89.78 | - |
| YUV | 128.93 | 194.07 | 216.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 43 | 246 | 0 | 0.83 | 0.03 | 0.01 | 302 | 0.98 | 0.58 |
| Hex | FD | 2B | F6 | 0 | 53 | 3 | 1 | 12E | 62 | 3A |
| Octal | 375 | 53 | 366 | 0 | 123 | 3 | 1 | 456 | 142 | 72 |
| Binary | 11111101 | 101011 | 11110110 | 0 | 1010011 | 11 | 1 | 100101110 | 1100010 | 111010 |
Color Harmonies of #FD2BF6
Complementary color
Monochromatic Colors of #FD2BF6
Black with #FD2BF6
Text Example
Text Example
White with #FD2BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2BF6; }
p { color: rgb(253,43,246); }
H1.HeaderClassName
{
color: #FD2BF6;
}
.AnyTagClassName
{
color: #FD2BF6;
}
</style>
background-color css
<style>
a { background-color: #FD2BF6; }
a { background-color: rgb(253,43,246); }
div.DivClassName
{
background-color: #FD2BF6;
}
.BgClassName
{
background-color: #FD2BF6;
}
</style>
border-color css
<style>
span { border-color: #FD2BF6; }
span { border-color: rgb(253,43,246); }
td.TdClassName
{
border-color: #FD2BF6;
}
.TagClassName
{
border-color: #FD2BF6;
}
</style>