Shades of Hot Magenta #FE08D0
Tints of Hot Magenta #FE08D0
RGB
CMYK
RGB Variations
Color information
#FE08D0 (or 0xFE08D0) is known color: Hot Magenta. HEX triplet: FE, 08 and D0. RGB value is (254,8,208). Sum of RGB (Red+Green+Blue) = 254+8+208=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 8 (3.52% from 255 or 1.70% from 470); Blue value is 208 (81.64% from 255 or 44.26% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE08D0 is #01F72F. Grayscale: #676767. Windows color (decimal): -128816 or 13633790. OLE color: 13633790.
HSL color Cylindrical-coordinate representation of color #FE08D0: hue angle of 311.22º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE08D0 is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 208 | - |
| CMYK | 0 | 0.97 | 0.18 | 0.00 |
| HSL | 311.22º | 0.99% | 0.51% | - |
| HSV(B) | 311.22º | 0.97% | 1% | - |
| XYZ | 52.35 | 25.8 | 61.9 | - |
| YUV | 104.35 | 186.5 | 234.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 208 | 0 | 0.97 | 0.18 | 0.00 | 311.22 | 0.99 | 0.51 |
| Hex | FE | 8 | D0 | 0 | 61 | 12 | 0 | 137 | 63 | 33 |
| Octal | 376 | 10 | 320 | 0 | 141 | 22 | 0 | 467 | 143 | 63 |
| Binary | 11111110 | 1000 | 11010000 | 0 | 1100001 | 10010 | 0 | 100110111 | 1100011 | 110011 |
Color Harmonies of #FE08D0
Complementary color
Monochromatic Colors of #FE08D0
Black with #FE08D0
Text Example
Text Example
White with #FE08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08D0; }
p { color: rgb(254,8,208); }
H1.HeaderClassName
{
color: #FE08D0;
}
.AnyTagClassName
{
color: #FE08D0;
}
</style>
background-color css
<style>
a { background-color: #FE08D0; }
a { background-color: rgb(254,8,208); }
div.DivClassName
{
background-color: #FE08D0;
}
.BgClassName
{
background-color: #FE08D0;
}
</style>
border-color css
<style>
span { border-color: #FE08D0; }
span { border-color: rgb(254,8,208); }
td.TdClassName
{
border-color: #FE08D0;
}
.TagClassName
{
border-color: #FE08D0;
}
</style>