Shades of Hot Magenta #FE13DD
Tints of Hot Magenta #FE13DD
RGB
CMYK
RGB Variations
Color information
#FE13DD (or 0xFE13DD) is known color: Hot Magenta. HEX triplet: FE, 13 and DD. RGB value is (254,19,221). Sum of RGB (Red+Green+Blue) = 254+19+221=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 19 (7.81% from 255 or 3.85% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13DD is #01EC22. Grayscale: #6F6F6F. Windows color (decimal): -125987 or 14488574. OLE color: 14488574.
HSL color Cylindrical-coordinate representation of color #FE13DD: hue angle of 308.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13DD is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 221 | - |
| CMYK | 0 | 0.93 | 0.13 | 0.00 |
| HSL | 308.43º | 0.99% | 0.54% | - |
| HSV(B) | 308.43º | 0.93% | 1% | - |
| XYZ | 54.16 | 26.76 | 70.72 | - |
| YUV | 112.29 | 189.36 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 221 | 0 | 0.93 | 0.13 | 0.00 | 308.43 | 0.99 | 0.54 |
| Hex | FE | 13 | DD | 0 | 5D | D | 0 | 134 | 63 | 36 |
| Octal | 376 | 23 | 335 | 0 | 135 | 15 | 0 | 464 | 143 | 66 |
| Binary | 11111110 | 10011 | 11011101 | 0 | 1011101 | 1101 | 0 | 100110100 | 1100011 | 110110 |
Color Harmonies of #FE13DD
Complementary color
Monochromatic Colors of #FE13DD
Black with #FE13DD
Text Example
Text Example
White with #FE13DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13DD; }
p { color: rgb(254,19,221); }
H1.HeaderClassName
{
color: #FE13DD;
}
.AnyTagClassName
{
color: #FE13DD;
}
</style>
background-color css
<style>
a { background-color: #FE13DD; }
a { background-color: rgb(254,19,221); }
div.DivClassName
{
background-color: #FE13DD;
}
.BgClassName
{
background-color: #FE13DD;
}
</style>
border-color css
<style>
span { border-color: #FE13DD; }
span { border-color: rgb(254,19,221); }
td.TdClassName
{
border-color: #FE13DD;
}
.TagClassName
{
border-color: #FE13DD;
}
</style>