Shades of Hot Magenta #FE0FDD
Tints of Hot Magenta #FE0FDD
RGB
CMYK
RGB Variations
Color information
#FE0FDD (or 0xFE0FDD) is known color: Hot Magenta. HEX triplet: FE, 0F and DD. RGB value is (254,15,221). Sum of RGB (Red+Green+Blue) = 254+15+221=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 15 (6.25% from 255 or 3.06% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FDD is #01F022. Grayscale: #6D6D6D. Windows color (decimal): -127011 or 14487550. OLE color: 14487550.
HSL color Cylindrical-coordinate representation of color #FE0FDD: hue angle of 308.28º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE0FDD is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 221 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.00 |
| HSL | 308.28º | 0.99% | 0.53% | - |
| HSV(B) | 308.28º | 0.94% | 1% | - |
| XYZ | 54.1 | 26.63 | 70.7 | - |
| YUV | 109.95 | 190.68 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 221 | 0 | 0.94 | 0.13 | 0.00 | 308.28 | 0.99 | 0.53 |
| Hex | FE | F | DD | 0 | 5E | D | 0 | 134 | 63 | 35 |
| Octal | 376 | 17 | 335 | 0 | 136 | 15 | 0 | 464 | 143 | 65 |
| Binary | 11111110 | 1111 | 11011101 | 0 | 1011110 | 1101 | 0 | 100110100 | 1100011 | 110101 |
Color Harmonies of #FE0FDD
Complementary color
Monochromatic Colors of #FE0FDD
Black with #FE0FDD
Text Example
Text Example
White with #FE0FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FDD; }
p { color: rgb(254,15,221); }
H1.HeaderClassName
{
color: #FE0FDD;
}
.AnyTagClassName
{
color: #FE0FDD;
}
</style>
background-color css
<style>
a { background-color: #FE0FDD; }
a { background-color: rgb(254,15,221); }
div.DivClassName
{
background-color: #FE0FDD;
}
.BgClassName
{
background-color: #FE0FDD;
}
</style>
border-color css
<style>
span { border-color: #FE0FDD; }
span { border-color: rgb(254,15,221); }
td.TdClassName
{
border-color: #FE0FDD;
}
.TagClassName
{
border-color: #FE0FDD;
}
</style>