Shades of Magenta #FD0FEC
Tints of Magenta #FD0FEC
RGB
CMYK
RGB Variations
Color information
#FD0FEC (or 0xFD0FEC) is known color: Magenta. HEX triplet: FD, 0F and EC. RGB value is (253,15,236). Sum of RGB (Red+Green+Blue) = 253+15+236=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 15 (6.25% from 255 or 2.98% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FEC is #02F013. Grayscale: #6E6E6E. Windows color (decimal): -192532 or 15470589. OLE color: 15470589.
HSL color Cylindrical-coordinate representation of color #FD0FEC: hue angle of 304.29º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD0FEC is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 236 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.01 |
| HSL | 304.29º | 0.98% | 0.53% | - |
| HSV(B) | 304.29º | 0.94% | 0.99% | - |
| XYZ | 55.82 | 27.28 | 81.68 | - |
| YUV | 111.36 | 198.35 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 236 | 0 | 0.94 | 0.07 | 0.01 | 304.29 | 0.98 | 0.53 |
| Hex | FD | F | EC | 0 | 5E | 7 | 1 | 130 | 62 | 35 |
| Octal | 375 | 17 | 354 | 0 | 136 | 7 | 1 | 460 | 142 | 65 |
| Binary | 11111101 | 1111 | 11101100 | 0 | 1011110 | 111 | 1 | 100110000 | 1100010 | 110101 |
Color Harmonies of #FD0FEC
Complementary color
Monochromatic Colors of #FD0FEC
Black with #FD0FEC
Text Example
Text Example
White with #FD0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FEC; }
p { color: rgb(253,15,236); }
H1.HeaderClassName
{
color: #FD0FEC;
}
.AnyTagClassName
{
color: #FD0FEC;
}
</style>
background-color css
<style>
a { background-color: #FD0FEC; }
a { background-color: rgb(253,15,236); }
div.DivClassName
{
background-color: #FD0FEC;
}
.BgClassName
{
background-color: #FD0FEC;
}
</style>
border-color css
<style>
span { border-color: #FD0FEC; }
span { border-color: rgb(253,15,236); }
td.TdClassName
{
border-color: #FD0FEC;
}
.TagClassName
{
border-color: #FD0FEC;
}
</style>