Shades of Hot Magenta #FE06D0
Tints of Hot Magenta #FE06D0
RGB
CMYK
RGB Variations
Color information
#FE06D0 (or 0xFE06D0) is known color: Hot Magenta. HEX triplet: FE, 06 and D0. RGB value is (254,6,208). Sum of RGB (Red+Green+Blue) = 254+6+208=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 6 (2.73% from 255 or 1.28% from 468); Blue value is 208 (81.64% from 255 or 44.44% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FE06D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE06D0 is #01F92F. Grayscale: #666666. Windows color (decimal): -129328 or 13633278. OLE color: 13633278.
HSL color Cylindrical-coordinate representation of color #FE06D0: hue angle of 311.13º 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 #FE06D0 is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 6 | 208 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.00 |
| HSL | 311.13º | 0.99% | 0.51% | - |
| HSV(B) | 311.13º | 0.98% | 1% | - |
| XYZ | 52.32 | 25.76 | 61.89 | - |
| YUV | 103.18 | 187.16 | 235.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 6 | 208 | 0 | 0.98 | 0.18 | 0.00 | 311.13 | 0.99 | 0.51 |
| Hex | FE | 6 | D0 | 0 | 62 | 12 | 0 | 137 | 63 | 33 |
| Octal | 376 | 6 | 320 | 0 | 142 | 22 | 0 | 467 | 143 | 63 |
| Binary | 11111110 | 110 | 11010000 | 0 | 1100010 | 10010 | 0 | 100110111 | 1100011 | 110011 |
Color Harmonies of #FE06D0
Complementary color
Monochromatic Colors of #FE06D0
Black with #FE06D0
Text Example
Text Example
White with #FE06D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE06D0; }
p { color: rgb(254,6,208); }
H1.HeaderClassName
{
color: #FE06D0;
}
.AnyTagClassName
{
color: #FE06D0;
}
</style>
background-color css
<style>
a { background-color: #FE06D0; }
a { background-color: rgb(254,6,208); }
div.DivClassName
{
background-color: #FE06D0;
}
.BgClassName
{
background-color: #FE06D0;
}
</style>
border-color css
<style>
span { border-color: #FE06D0; }
span { border-color: rgb(254,6,208); }
td.TdClassName
{
border-color: #FE06D0;
}
.TagClassName
{
border-color: #FE06D0;
}
</style>