Shades of Hot Magenta #FE0DD3
Tints of Hot Magenta #FE0DD3
RGB
CMYK
RGB Variations
Color information
#FE0DD3 (or 0xFE0DD3) is known color: Hot Magenta. HEX triplet: FE, 0D and D3. RGB value is (254,13,211). Sum of RGB (Red+Green+Blue) = 254+13+211=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 13 (5.47% from 255 or 2.72% from 478); Blue value is 211 (82.81% from 255 or 44.14% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0DD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0DD3 is #01F22C. Grayscale: #6B6B6B. Windows color (decimal): -127533 or 13831678. OLE color: 13831678.
HSL color Cylindrical-coordinate representation of color #FE0DD3: hue angle of 310.71º 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 #FE0DD3 is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 13 | 211 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.00 |
| HSL | 310.71º | 0.99% | 0.52% | - |
| HSV(B) | 310.71º | 0.95% | 1% | - |
| XYZ | 52.77 | 26.06 | 63.88 | - |
| YUV | 107.63 | 186.34 | 232.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 13 | 211 | 0 | 0.95 | 0.17 | 0.00 | 310.71 | 0.99 | 0.52 |
| Hex | FE | D | D3 | 0 | 5F | 11 | 0 | 137 | 63 | 34 |
| Octal | 376 | 15 | 323 | 0 | 137 | 21 | 0 | 467 | 143 | 64 |
| Binary | 11111110 | 1101 | 11010011 | 0 | 1011111 | 10001 | 0 | 100110111 | 1100011 | 110100 |
Color Harmonies of #FE0DD3
Complementary color
Monochromatic Colors of #FE0DD3
Black with #FE0DD3
Text Example
Text Example
White with #FE0DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0DD3; }
p { color: rgb(254,13,211); }
H1.HeaderClassName
{
color: #FE0DD3;
}
.AnyTagClassName
{
color: #FE0DD3;
}
</style>
background-color css
<style>
a { background-color: #FE0DD3; }
a { background-color: rgb(254,13,211); }
div.DivClassName
{
background-color: #FE0DD3;
}
.BgClassName
{
background-color: #FE0DD3;
}
</style>
border-color css
<style>
span { border-color: #FE0DD3; }
span { border-color: rgb(254,13,211); }
td.TdClassName
{
border-color: #FE0DD3;
}
.TagClassName
{
border-color: #FE0DD3;
}
</style>