Shades of Magenta #FD02EA
Tints of Magenta #FD02EA
RGB
CMYK
RGB Variations
Color information
#FD02EA (or 0xFD02EA) is known color: Magenta. HEX triplet: FD, 02 and EA. RGB value is (253,2,234). Sum of RGB (Red+Green+Blue) = 253+2+234=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 2 (1.17% from 255 or 0.41% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD02EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FD02EA is #02FD15. Grayscale: #666666. Windows color (decimal): -195862 or 15336189. OLE color: 15336189.
HSL color Cylindrical-coordinate representation of color #FD02EA: hue angle of 304.54º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FD02EA is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 2 | 234 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.01 |
| HSL | 304.54º | 0.98% | 0.5% | - |
| HSV(B) | 304.54º | 0.99% | 0.99% | - |
| XYZ | 55.38 | 26.87 | 80.11 | - |
| YUV | 103.5 | 201.66 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 2 | 234 | 0 | 0.99 | 0.08 | 0.01 | 304.54 | 0.98 | 0.5 |
| Hex | FD | 2 | EA | 0 | 63 | 8 | 1 | 131 | 62 | 32 |
| Octal | 375 | 2 | 352 | 0 | 143 | 10 | 1 | 461 | 142 | 62 |
| Binary | 11111101 | 10 | 11101010 | 0 | 1100011 | 1000 | 1 | 100110001 | 1100010 | 110010 |
Color Harmonies of #FD02EA
Complementary color
Monochromatic Colors of #FD02EA
Black with #FD02EA
Text Example
Text Example
White with #FD02EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD02EA; }
p { color: rgb(253,2,234); }
H1.HeaderClassName
{
color: #FD02EA;
}
.AnyTagClassName
{
color: #FD02EA;
}
</style>
background-color css
<style>
a { background-color: #FD02EA; }
a { background-color: rgb(253,2,234); }
div.DivClassName
{
background-color: #FD02EA;
}
.BgClassName
{
background-color: #FD02EA;
}
</style>
border-color css
<style>
span { border-color: #FD02EA; }
span { border-color: rgb(253,2,234); }
td.TdClassName
{
border-color: #FD02EA;
}
.TagClassName
{
border-color: #FD02EA;
}
</style>