Shades of Hot Magenta #FE06DC
Tints of Hot Magenta #FE06DC
RGB
CMYK
RGB Variations
Color information
#FE06DC (or 0xFE06DC) is known color: Hot Magenta. HEX triplet: FE, 06 and DC. RGB value is (254,6,220). Sum of RGB (Red+Green+Blue) = 254+6+220=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 6 (2.73% from 255 or 1.25% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06DC is #01F923. Grayscale: #676767. Windows color (decimal): -129316 or 14419710. OLE color: 14419710.
HSL color Cylindrical-coordinate representation of color #FE06DC: hue angle of 308.23º 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 #FE06DC is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 220 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.00 |
| HSL | 308.23º | 0.99% | 0.51% | - |
| HSV(B) | 308.23º | 0.98% | 1% | - |
| XYZ | 53.86 | 26.37 | 69.96 | - |
| YUV | 104.55 | 193.16 | 234.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 220 | 0 | 0.98 | 0.13 | 0.00 | 308.23 | 0.99 | 0.51 |
| Hex | FE | 6 | DC | 0 | 62 | D | 0 | 134 | 63 | 33 |
| Octal | 376 | 6 | 334 | 0 | 142 | 15 | 0 | 464 | 143 | 63 |
| Binary | 11111110 | 110 | 11011100 | 0 | 1100010 | 1101 | 0 | 100110100 | 1100011 | 110011 |
Color Harmonies of #FE06DC
Complementary color
Monochromatic Colors of #FE06DC
Black with #FE06DC
Text Example
Text Example
White with #FE06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06DC; }
p { color: rgb(254,6,220); }
H1.HeaderClassName
{
color: #FE06DC;
}
.AnyTagClassName
{
color: #FE06DC;
}
</style>
background-color css
<style>
a { background-color: #FE06DC; }
a { background-color: rgb(254,6,220); }
div.DivClassName
{
background-color: #FE06DC;
}
.BgClassName
{
background-color: #FE06DC;
}
</style>
border-color css
<style>
span { border-color: #FE06DC; }
span { border-color: rgb(254,6,220); }
td.TdClassName
{
border-color: #FE06DC;
}
.TagClassName
{
border-color: #FE06DC;
}
</style>