Shades of Magenta #FD2DFB
Tints of Magenta #FD2DFB
RGB
CMYK
RGB Variations
Color information
#FD2DFB (or 0xFD2DFB) is known color: Magenta. HEX triplet: FD, 2D and FB. RGB value is (253,45,251). Sum of RGB (Red+Green+Blue) = 253+45+251=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 45 (17.97% from 255 or 8.20% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2DFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2DFB is #02D204. Grayscale: #828282. Windows color (decimal): -184837 or 16461309. OLE color: 16461309.
HSL color Cylindrical-coordinate representation of color #FD2DFB: hue angle of 300.58º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2DFB is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 251 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.01 |
| HSL | 300.58º | 0.98% | 0.58% | - |
| HSV(B) | 300.58º | 0.82% | 0.99% | - |
| XYZ | 58.86 | 29.72 | 93.9 | - |
| YUV | 130.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 251 | 0 | 0.82 | 0.01 | 0.01 | 300.58 | 0.98 | 0.58 |
| Hex | FD | 2D | FB | 0 | 52 | 1 | 1 | 12D | 62 | 3A |
| Octal | 375 | 55 | 373 | 0 | 122 | 1 | 1 | 455 | 142 | 72 |
| Binary | 11111101 | 101101 | 11111011 | 0 | 1010010 | 1 | 1 | 100101101 | 1100010 | 111010 |
Color Harmonies of #FD2DFB
Complementary color
Monochromatic Colors of #FD2DFB
Black with #FD2DFB
Text Example
Text Example
White with #FD2DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2DFB; }
p { color: rgb(253,45,251); }
H1.HeaderClassName
{
color: #FD2DFB;
}
.AnyTagClassName
{
color: #FD2DFB;
}
</style>
background-color css
<style>
a { background-color: #FD2DFB; }
a { background-color: rgb(253,45,251); }
div.DivClassName
{
background-color: #FD2DFB;
}
.BgClassName
{
background-color: #FD2DFB;
}
</style>
border-color css
<style>
span { border-color: #FD2DFB; }
span { border-color: rgb(253,45,251); }
td.TdClassName
{
border-color: #FD2DFB;
}
.TagClassName
{
border-color: #FD2DFB;
}
</style>