Shades of Magenta #FD11FF
Tints of Magenta #FD11FF
RGB
CMYK
RGB Variations
Color information
#FD11FF (or 0xFD11FF) is known color: Magenta. HEX triplet: FD, 11 and FF. RGB value is (253,17,255). Sum of RGB (Red+Green+Blue) = 253+17+255=525 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.19% from 525); Green value is 17 (7.03% from 255 or 3.24% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #FD11FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11FF is #02EE00. Grayscale: #717171. Windows color (decimal): -192001 or 16716285. OLE color: 16716285.
HSL color Cylindrical-coordinate representation of color #FD11FF: hue angle of 299.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11FF is Cyan = 0.01, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 17 | 255 | - |
| CMYK | 0.01 | 0.93 | 0 | 0 |
| HSL | 299.5º | 1% | 0.53% | - |
| HSV(B) | 299.5º | 0.93% | 1% | - |
| XYZ | 58.76 | 28.5 | 97.01 | - |
| YUV | 114.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 255 | 0.01 | 0.93 | 0 | 0 | 299.5 | 1 | 0.53 |
| Hex | FD | 11 | FF | 1 | 5D | 0 | 0 | 12B | 64 | 35 |
| Octal | 375 | 21 | 377 | 1 | 135 | 0 | 0 | 453 | 144 | 65 |
| Binary | 11111101 | 10001 | 11111111 | 1 | 1011101 | 0 | 0 | 100101011 | 1100100 | 110101 |
Color Harmonies of #FD11FF
Complementary color
Monochromatic Colors of #FD11FF
Black with #FD11FF
Text Example
Text Example
White with #FD11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11FF; }
p { color: rgb(253,17,255); }
H1.HeaderClassName
{
color: #FD11FF;
}
.AnyTagClassName
{
color: #FD11FF;
}
</style>
background-color css
<style>
a { background-color: #FD11FF; }
a { background-color: rgb(253,17,255); }
div.DivClassName
{
background-color: #FD11FF;
}
.BgClassName
{
background-color: #FD11FF;
}
</style>
border-color css
<style>
span { border-color: #FD11FF; }
span { border-color: rgb(253,17,255); }
td.TdClassName
{
border-color: #FD11FF;
}
.TagClassName
{
border-color: #FD11FF;
}
</style>