Shades of Magenta #FD00EA
Tints of Magenta #FD00EA
RGB
CMYK
RGB Variations
Color information
#FD00EA (or 0xFD00EA) is known color: Magenta. HEX triplet: FD, 00 and EA. RGB value is (253,0,234). Sum of RGB (Red+Green+Blue) = 253+0+234=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 0 (0.39% from 255 or 0% from 487); Blue value is 234 (91.80% from 255 or 48.05% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD00EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD00EA is #02FF15. Grayscale: #656565. Windows color (decimal): -196374 or 15335677. OLE color: 15335677.
HSL color Cylindrical-coordinate representation of color #FD00EA: hue angle of 304.51º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD00EA is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 234 | - |
| CMYK | 0 | 1 | 0.08 | 0.01 |
| HSL | 304.51º | 1% | 0.5% | - |
| HSV(B) | 304.51º | 1% | 0.99% | - |
| XYZ | 55.36 | 26.82 | 80.1 | - |
| YUV | 102.32 | 202.32 | 235.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 234 | 0 | 1 | 0.08 | 0.01 | 304.51 | 1 | 0.5 |
| Hex | FD | 0 | EA | 0 | 64 | 8 | 1 | 131 | 64 | 32 |
| Octal | 375 | 0 | 352 | 0 | 144 | 10 | 1 | 461 | 144 | 62 |
| Binary | 11111101 | 0 | 11101010 | 0 | 1100100 | 1000 | 1 | 100110001 | 1100100 | 110010 |
Color Harmonies of #FD00EA
Complementary color
Monochromatic Colors of #FD00EA
Black with #FD00EA
Text Example
Text Example
White with #FD00EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD00EA; }
p { color: rgb(253,0,234); }
H1.HeaderClassName
{
color: #FD00EA;
}
.AnyTagClassName
{
color: #FD00EA;
}
</style>
background-color css
<style>
a { background-color: #FD00EA; }
a { background-color: rgb(253,0,234); }
div.DivClassName
{
background-color: #FD00EA;
}
.BgClassName
{
background-color: #FD00EA;
}
</style>
border-color css
<style>
span { border-color: #FD00EA; }
span { border-color: rgb(253,0,234); }
td.TdClassName
{
border-color: #FD00EA;
}
.TagClassName
{
border-color: #FD00EA;
}
</style>