Shades of Hot Magenta #FE1ADF
Tints of Hot Magenta #FE1ADF
RGB
CMYK
RGB Variations
Color information
#FE1ADF (or 0xFE1ADF) is known color: Hot Magenta. HEX triplet: FE, 1A and DF. RGB value is (254,26,223). Sum of RGB (Red+Green+Blue) = 254+26+223=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 26 (10.55% from 255 or 5.17% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE1ADF is #01E520. Grayscale: #747474. Windows color (decimal): -124193 or 14621438. OLE color: 14621438.
HSL color Cylindrical-coordinate representation of color #FE1ADF: hue angle of 308.16º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1ADF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 223 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.00 |
| HSL | 308.16º | 0.99% | 0.55% | - |
| HSV(B) | 308.16º | 0.9% | 1% | - |
| XYZ | 54.56 | 27.14 | 72.17 | - |
| YUV | 116.63 | 188.04 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 223 | 0 | 0.90 | 0.12 | 0.00 | 308.16 | 0.99 | 0.55 |
| Hex | FE | 1A | DF | 0 | 5A | C | 0 | 134 | 63 | 37 |
| Octal | 376 | 32 | 337 | 0 | 132 | 14 | 0 | 464 | 143 | 67 |
| Binary | 11111110 | 11010 | 11011111 | 0 | 1011010 | 1100 | 0 | 100110100 | 1100011 | 110111 |
Color Harmonies of #FE1ADF
Complementary color
Monochromatic Colors of #FE1ADF
Black with #FE1ADF
Text Example
Text Example
White with #FE1ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1ADF; }
p { color: rgb(254,26,223); }
H1.HeaderClassName
{
color: #FE1ADF;
}
.AnyTagClassName
{
color: #FE1ADF;
}
</style>
background-color css
<style>
a { background-color: #FE1ADF; }
a { background-color: rgb(254,26,223); }
div.DivClassName
{
background-color: #FE1ADF;
}
.BgClassName
{
background-color: #FE1ADF;
}
</style>
border-color css
<style>
span { border-color: #FE1ADF; }
span { border-color: rgb(254,26,223); }
td.TdClassName
{
border-color: #FE1ADF;
}
.TagClassName
{
border-color: #FE1ADF;
}
</style>