Shades of Magenta #FE06ED
Tints of Magenta #FE06ED
RGB
CMYK
RGB Variations
Color information
#FE06ED (or 0xFE06ED) is known color: Magenta. HEX triplet: FE, 06 and ED. RGB value is (254,6,237). Sum of RGB (Red+Green+Blue) = 254+6+237=497 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.11% from 497); Green value is 6 (2.73% from 255 or 1.21% from 497); Blue value is 237 (92.97% from 255 or 47.69% from 497); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06ED is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06ED is #01F912. Grayscale: #696969. Windows color (decimal): -129299 or 15533822. OLE color: 15533822.
HSL color Cylindrical-coordinate representation of color #FE06ED: hue angle of 304.11º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE06ED is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 237 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.00 |
| HSL | 304.11º | 0.99% | 0.51% | - |
| HSV(B) | 304.11º | 0.98% | 1% | - |
| XYZ | 56.22 | 27.32 | 82.43 | - |
| YUV | 106.49 | 201.66 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 237 | 0 | 0.98 | 0.07 | 0.00 | 304.11 | 0.99 | 0.51 |
| Hex | FE | 6 | ED | 0 | 62 | 7 | 0 | 130 | 63 | 33 |
| Octal | 376 | 6 | 355 | 0 | 142 | 7 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 110 | 11101101 | 0 | 1100010 | 111 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE06ED
Complementary color
Monochromatic Colors of #FE06ED
Black with #FE06ED
Text Example
Text Example
White with #FE06ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06ED; }
p { color: rgb(254,6,237); }
H1.HeaderClassName
{
color: #FE06ED;
}
.AnyTagClassName
{
color: #FE06ED;
}
</style>
background-color css
<style>
a { background-color: #FE06ED; }
a { background-color: rgb(254,6,237); }
div.DivClassName
{
background-color: #FE06ED;
}
.BgClassName
{
background-color: #FE06ED;
}
</style>
border-color css
<style>
span { border-color: #FE06ED; }
span { border-color: rgb(254,6,237); }
td.TdClassName
{
border-color: #FE06ED;
}
.TagClassName
{
border-color: #FE06ED;
}
</style>