Shades of Magenta #FD2FFF
Tints of Magenta #FD2FFF
RGB
CMYK
RGB Variations
Color information
#FD2FFF (or 0xFD2FFF) is known color: Magenta. HEX triplet: FD, 2F and FF. RGB value is (253,47,255). Sum of RGB (Red+Green+Blue) = 253+47+255=555 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.59% from 555); Green value is 47 (18.75% from 255 or 8.47% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD2FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD2FFF is #02D000. Grayscale: #838383. Windows color (decimal): -184321 or 16723965. OLE color: 16723965.
HSL color Cylindrical-coordinate representation of color #FD2FFF: hue angle of 299.42º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2FFF is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 47 | 255 | - |
| CMYK | 0.01 | 0.82 | 0 | 0 |
| HSL | 299.42º | 1% | 0.59% | - |
| HSV(B) | 299.42º | 0.82% | 1% | - |
| XYZ | 59.57 | 30.14 | 97.28 | - |
| YUV | 132.31 | 197.25 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 47 | 255 | 0.01 | 0.82 | 0 | 0 | 299.42 | 1 | 0.59 |
| Hex | FD | 2F | FF | 1 | 52 | 0 | 0 | 12B | 64 | 3B |
| Octal | 375 | 57 | 377 | 1 | 122 | 0 | 0 | 453 | 144 | 73 |
| Binary | 11111101 | 101111 | 11111111 | 1 | 1010010 | 0 | 0 | 100101011 | 1100100 | 111011 |
Color Harmonies of #FD2FFF
Complementary color
Monochromatic Colors of #FD2FFF
Black with #FD2FFF
Text Example
Text Example
White with #FD2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2FFF; }
p { color: rgb(253,47,255); }
H1.HeaderClassName
{
color: #FD2FFF;
}
.AnyTagClassName
{
color: #FD2FFF;
}
</style>
background-color css
<style>
a { background-color: #FD2FFF; }
a { background-color: rgb(253,47,255); }
div.DivClassName
{
background-color: #FD2FFF;
}
.BgClassName
{
background-color: #FD2FFF;
}
</style>
border-color css
<style>
span { border-color: #FD2FFF; }
span { border-color: rgb(253,47,255); }
td.TdClassName
{
border-color: #FD2FFF;
}
.TagClassName
{
border-color: #FD2FFF;
}
</style>