Shades of Magenta #FD0FED
Tints of Magenta #FD0FED
RGB
CMYK
RGB Variations
Color information
#FD0FED (or 0xFD0FED) is known color: Magenta. HEX triplet: FD, 0F and ED. RGB value is (253,15,237). Sum of RGB (Red+Green+Blue) = 253+15+237=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 15 (6.25% from 255 or 2.97% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0FED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD0FED is #02F012. Grayscale: #6E6E6E. Windows color (decimal): -192531 or 15536125. OLE color: 15536125.
HSL color Cylindrical-coordinate representation of color #FD0FED: hue angle of 304.03º 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 #FD0FED is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 15 | 237 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.01 |
| HSL | 304.03º | 0.98% | 0.53% | - |
| HSV(B) | 304.03º | 0.94% | 0.99% | - |
| XYZ | 55.96 | 27.34 | 82.45 | - |
| YUV | 111.47 | 198.85 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 15 | 237 | 0 | 0.94 | 0.06 | 0.01 | 304.03 | 0.98 | 0.53 |
| Hex | FD | F | ED | 0 | 5E | 6 | 1 | 130 | 62 | 35 |
| Octal | 375 | 17 | 355 | 0 | 136 | 6 | 1 | 460 | 142 | 65 |
| Binary | 11111101 | 1111 | 11101101 | 0 | 1011110 | 110 | 1 | 100110000 | 1100010 | 110101 |
Color Harmonies of #FD0FED
Complementary color
Monochromatic Colors of #FD0FED
Black with #FD0FED
Text Example
Text Example
White with #FD0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0FED; }
p { color: rgb(253,15,237); }
H1.HeaderClassName
{
color: #FD0FED;
}
.AnyTagClassName
{
color: #FD0FED;
}
</style>
background-color css
<style>
a { background-color: #FD0FED; }
a { background-color: rgb(253,15,237); }
div.DivClassName
{
background-color: #FD0FED;
}
.BgClassName
{
background-color: #FD0FED;
}
</style>
border-color css
<style>
span { border-color: #FD0FED; }
span { border-color: rgb(253,15,237); }
td.TdClassName
{
border-color: #FD0FED;
}
.TagClassName
{
border-color: #FD0FED;
}
</style>