Shades of Magenta #FD11F8
Tints of Magenta #FD11F8
RGB
CMYK
RGB Variations
Color information
#FD11F8 (or 0xFD11F8) is known color: Magenta. HEX triplet: FD, 11 and F8. RGB value is (253,17,248). Sum of RGB (Red+Green+Blue) = 253+17+248=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 17 (7.03% from 255 or 3.28% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11F8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD11F8 is #02EE07. Grayscale: #717171. Windows color (decimal): -192008 or 16257533. OLE color: 16257533.
HSL color Cylindrical-coordinate representation of color #FD11F8: hue angle of 301.27º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11F8 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 248 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.01 |
| HSL | 301.27º | 0.98% | 0.53% | - |
| HSV(B) | 301.27º | 0.93% | 0.99% | - |
| XYZ | 57.65 | 28.06 | 91.18 | - |
| YUV | 113.9 | 203.69 | 227.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 248 | 0 | 0.93 | 0.02 | 0.01 | 301.27 | 0.98 | 0.53 |
| Hex | FD | 11 | F8 | 0 | 5D | 2 | 1 | 12D | 62 | 35 |
| Octal | 375 | 21 | 370 | 0 | 135 | 2 | 1 | 455 | 142 | 65 |
| Binary | 11111101 | 10001 | 11111000 | 0 | 1011101 | 10 | 1 | 100101101 | 1100010 | 110101 |
Color Harmonies of #FD11F8
Complementary color
Monochromatic Colors of #FD11F8
Black with #FD11F8
Text Example
Text Example
White with #FD11F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11F8; }
p { color: rgb(253,17,248); }
H1.HeaderClassName
{
color: #FD11F8;
}
.AnyTagClassName
{
color: #FD11F8;
}
</style>
background-color css
<style>
a { background-color: #FD11F8; }
a { background-color: rgb(253,17,248); }
div.DivClassName
{
background-color: #FD11F8;
}
.BgClassName
{
background-color: #FD11F8;
}
</style>
border-color css
<style>
span { border-color: #FD11F8; }
span { border-color: rgb(253,17,248); }
td.TdClassName
{
border-color: #FD11F8;
}
.TagClassName
{
border-color: #FD11F8;
}
</style>