Shades of Magenta #FD01EA
Tints of Magenta #FD01EA
RGB
CMYK
RGB Variations
Color information
#FD01EA (or 0xFD01EA) is known color: Magenta. HEX triplet: FD, 01 and EA. RGB value is (253,1,234). Sum of RGB (Red+Green+Blue) = 253+1+234=488 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.84% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 253 - color contains mainly: red. Hex color #FD01EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD01EA is #02FE15. Grayscale: #666666. Windows color (decimal): -196118 or 15335933. OLE color: 15335933.
HSL color Cylindrical-coordinate representation of color #FD01EA: hue angle of 304.52º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD01EA is Cyan = 0, Magento = 1.00, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 234 | - |
| CMYK | 0 | 1.00 | 0.08 | 0.01 |
| HSL | 304.52º | 0.99% | 0.5% | - |
| HSV(B) | 304.52º | 1% | 0.99% | - |
| XYZ | 55.37 | 26.84 | 80.11 | - |
| YUV | 102.91 | 201.99 | 235.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 234 | 0 | 1.00 | 0.08 | 0.01 | 304.52 | 0.99 | 0.5 |
| Hex | FD | 1 | EA | 0 | 64 | 8 | 1 | 131 | 63 | 32 |
| Octal | 375 | 1 | 352 | 0 | 144 | 10 | 1 | 461 | 143 | 62 |
| Binary | 11111101 | 1 | 11101010 | 0 | 1100100 | 1000 | 1 | 100110001 | 1100011 | 110010 |
Color Harmonies of #FD01EA
Complementary color
Monochromatic Colors of #FD01EA
Black with #FD01EA
Text Example
Text Example
White with #FD01EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD01EA; }
p { color: rgb(253,1,234); }
H1.HeaderClassName
{
color: #FD01EA;
}
.AnyTagClassName
{
color: #FD01EA;
}
</style>
background-color css
<style>
a { background-color: #FD01EA; }
a { background-color: rgb(253,1,234); }
div.DivClassName
{
background-color: #FD01EA;
}
.BgClassName
{
background-color: #FD01EA;
}
</style>
border-color css
<style>
span { border-color: #FD01EA; }
span { border-color: rgb(253,1,234); }
td.TdClassName
{
border-color: #FD01EA;
}
.TagClassName
{
border-color: #FD01EA;
}
</style>