Shades of Hot Magenta #FE0DDD
Tints of Hot Magenta #FE0DDD
RGB
CMYK
RGB Variations
Color information
#FE0DDD (or 0xFE0DDD) is known color: Hot Magenta. HEX triplet: FE, 0D and DD. RGB value is (254,13,221). Sum of RGB (Red+Green+Blue) = 254+13+221=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 13 (5.47% from 255 or 2.66% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DDD is #01F222. Grayscale: #6C6C6C. Windows color (decimal): -127523 or 14487038. OLE color: 14487038.
HSL color Cylindrical-coordinate representation of color #FE0DDD: hue angle of 308.22º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FE0DDD is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.13 | 0.00 |
| HSL | 308.22º | 0.99% | 0.52% | - |
| HSV(B) | 308.22º | 0.95% | 1% | - |
| XYZ | 54.07 | 26.58 | 70.69 | - |
| YUV | 108.77 | 191.34 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 221 | 0 | 0.95 | 0.13 | 0.00 | 308.22 | 0.99 | 0.52 |
| Hex | FE | D | DD | 0 | 5F | D | 0 | 134 | 63 | 34 |
| Octal | 376 | 15 | 335 | 0 | 137 | 15 | 0 | 464 | 143 | 64 |
| Binary | 11111110 | 1101 | 11011101 | 0 | 1011111 | 1101 | 0 | 100110100 | 1100011 | 110100 |
Color Harmonies of #FE0DDD
Complementary color
Monochromatic Colors of #FE0DDD
Black with #FE0DDD
Text Example
Text Example
White with #FE0DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DDD; }
p { color: rgb(254,13,221); }
H1.HeaderClassName
{
color: #FE0DDD;
}
.AnyTagClassName
{
color: #FE0DDD;
}
</style>
background-color css
<style>
a { background-color: #FE0DDD; }
a { background-color: rgb(254,13,221); }
div.DivClassName
{
background-color: #FE0DDD;
}
.BgClassName
{
background-color: #FE0DDD;
}
</style>
border-color css
<style>
span { border-color: #FE0DDD; }
span { border-color: rgb(254,13,221); }
td.TdClassName
{
border-color: #FE0DDD;
}
.TagClassName
{
border-color: #FE0DDD;
}
</style>