Shades of Hot Magenta #FE08DF
Tints of Hot Magenta #FE08DF
RGB
CMYK
RGB Variations
Color information
#FE08DF (or 0xFE08DF) is known color: Hot Magenta. HEX triplet: FE, 08 and DF. RGB value is (254,8,223). Sum of RGB (Red+Green+Blue) = 254+8+223=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 8 (3.52% from 255 or 1.65% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE08DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE08DF is #01F720. Grayscale: #696969. Windows color (decimal): -128801 or 14616830. OLE color: 14616830.
HSL color Cylindrical-coordinate representation of color #FE08DF: hue angle of 307.56º 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 #FE08DF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.00 |
| HSL | 307.56º | 0.99% | 0.51% | - |
| HSV(B) | 307.56º | 0.97% | 1% | - |
| XYZ | 54.28 | 26.57 | 72.08 | - |
| YUV | 106.06 | 194 | 233.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 223 | 0 | 0.97 | 0.12 | 0.00 | 307.56 | 0.99 | 0.51 |
| Hex | FE | 8 | DF | 0 | 61 | C | 0 | 134 | 63 | 33 |
| Octal | 376 | 10 | 337 | 0 | 141 | 14 | 0 | 464 | 143 | 63 |
| Binary | 11111110 | 1000 | 11011111 | 0 | 1100001 | 1100 | 0 | 100110100 | 1100011 | 110011 |
Color Harmonies of #FE08DF
Complementary color
Monochromatic Colors of #FE08DF
Black with #FE08DF
Text Example
Text Example
White with #FE08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE08DF; }
p { color: rgb(254,8,223); }
H1.HeaderClassName
{
color: #FE08DF;
}
.AnyTagClassName
{
color: #FE08DF;
}
</style>
background-color css
<style>
a { background-color: #FE08DF; }
a { background-color: rgb(254,8,223); }
div.DivClassName
{
background-color: #FE08DF;
}
.BgClassName
{
background-color: #FE08DF;
}
</style>
border-color css
<style>
span { border-color: #FE08DF; }
span { border-color: rgb(254,8,223); }
td.TdClassName
{
border-color: #FE08DF;
}
.TagClassName
{
border-color: #FE08DF;
}
</style>