Shades of Magenta #FE06EE
Tints of Magenta #FE06EE
RGB
CMYK
RGB Variations
Color information
#FE06EE (or 0xFE06EE) is known color: Magenta. HEX triplet: FE, 06 and EE. RGB value is (254,6,238). Sum of RGB (Red+Green+Blue) = 254+6+238=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 6 (2.73% from 255 or 1.20% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FE06EE is #01F911. Grayscale: #696969. Windows color (decimal): -129298 or 15599358. OLE color: 15599358.
HSL color Cylindrical-coordinate representation of color #FE06EE: hue angle of 303.87º 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 #FE06EE is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 238 | - |
| CMYK | 0 | 0.98 | 0.06 | 0.00 |
| HSL | 303.87º | 0.99% | 0.51% | - |
| HSV(B) | 303.87º | 0.98% | 1% | - |
| XYZ | 56.37 | 27.37 | 83.2 | - |
| YUV | 106.6 | 202.16 | 233.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 238 | 0 | 0.98 | 0.06 | 0.00 | 303.87 | 0.99 | 0.51 |
| Hex | FE | 6 | EE | 0 | 62 | 6 | 0 | 130 | 63 | 33 |
| Octal | 376 | 6 | 356 | 0 | 142 | 6 | 0 | 460 | 143 | 63 |
| Binary | 11111110 | 110 | 11101110 | 0 | 1100010 | 110 | 0 | 100110000 | 1100011 | 110011 |
Color Harmonies of #FE06EE
Complementary color
Monochromatic Colors of #FE06EE
Black with #FE06EE
Text Example
Text Example
White with #FE06EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06EE; }
p { color: rgb(254,6,238); }
H1.HeaderClassName
{
color: #FE06EE;
}
.AnyTagClassName
{
color: #FE06EE;
}
</style>
background-color css
<style>
a { background-color: #FE06EE; }
a { background-color: rgb(254,6,238); }
div.DivClassName
{
background-color: #FE06EE;
}
.BgClassName
{
background-color: #FE06EE;
}
</style>
border-color css
<style>
span { border-color: #FE06EE; }
span { border-color: rgb(254,6,238); }
td.TdClassName
{
border-color: #FE06EE;
}
.TagClassName
{
border-color: #FE06EE;
}
</style>