Shades of Magenta #FE10ED
Tints of Magenta #FE10ED
RGB
CMYK
RGB Variations
Color information
#FE10ED (or 0xFE10ED) is known color: Magenta. HEX triplet: FE, 10 and ED. RGB value is (254,16,237). Sum of RGB (Red+Green+Blue) = 254+16+237=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 16 (6.64% from 255 or 3.16% from 507); Blue value is 237 (92.97% from 255 or 46.75% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE10ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE10ED is #01EF12. Grayscale: #6F6F6F. Windows color (decimal): -126739 or 15536382. OLE color: 15536382.
HSL color Cylindrical-coordinate representation of color #FE10ED: hue angle of 304.29º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE10ED is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 16 | 237 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.00 |
| HSL | 304.29º | 0.99% | 0.53% | - |
| HSV(B) | 304.29º | 0.94% | 1% | - |
| XYZ | 56.34 | 27.56 | 82.47 | - |
| YUV | 112.36 | 198.35 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 16 | 237 | 0 | 0.94 | 0.07 | 0.00 | 304.29 | 0.99 | 0.53 |
| Hex | FE | 10 | ED | 0 | 5E | 7 | 0 | 130 | 63 | 35 |
| Octal | 376 | 20 | 355 | 0 | 136 | 7 | 0 | 460 | 143 | 65 |
| Binary | 11111110 | 10000 | 11101101 | 0 | 1011110 | 111 | 0 | 100110000 | 1100011 | 110101 |
Color Harmonies of #FE10ED
Complementary color
Monochromatic Colors of #FE10ED
Black with #FE10ED
Text Example
Text Example
White with #FE10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE10ED; }
p { color: rgb(254,16,237); }
H1.HeaderClassName
{
color: #FE10ED;
}
.AnyTagClassName
{
color: #FE10ED;
}
</style>
background-color css
<style>
a { background-color: #FE10ED; }
a { background-color: rgb(254,16,237); }
div.DivClassName
{
background-color: #FE10ED;
}
.BgClassName
{
background-color: #FE10ED;
}
</style>
border-color css
<style>
span { border-color: #FE10ED; }
span { border-color: rgb(254,16,237); }
td.TdClassName
{
border-color: #FE10ED;
}
.TagClassName
{
border-color: #FE10ED;
}
</style>