Shades of Hot Magenta #FE0CD1
Tints of Hot Magenta #FE0CD1
RGB
CMYK
RGB Variations
Color information
#FE0CD1 (or 0xFE0CD1) is known color: Hot Magenta. HEX triplet: FE, 0C and D1. RGB value is (254,12,209). Sum of RGB (Red+Green+Blue) = 254+12+209=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 12 (5.08% from 255 or 2.53% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0CD1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0CD1 is #01F32E. Grayscale: #6A6A6A. Windows color (decimal): -127791 or 13700350. OLE color: 13700350.
HSL color Cylindrical-coordinate representation of color #FE0CD1: hue angle of 311.16º 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 #FE0CD1 is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 12 | 209 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.00 |
| HSL | 311.16º | 0.99% | 0.52% | - |
| HSV(B) | 311.16º | 0.95% | 1% | - |
| XYZ | 52.51 | 25.94 | 62.56 | - |
| YUV | 106.82 | 185.67 | 232.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 12 | 209 | 0 | 0.95 | 0.18 | 0.00 | 311.16 | 0.99 | 0.52 |
| Hex | FE | C | D1 | 0 | 5F | 12 | 0 | 137 | 63 | 34 |
| Octal | 376 | 14 | 321 | 0 | 137 | 22 | 0 | 467 | 143 | 64 |
| Binary | 11111110 | 1100 | 11010001 | 0 | 1011111 | 10010 | 0 | 100110111 | 1100011 | 110100 |
Color Harmonies of #FE0CD1
Complementary color
Monochromatic Colors of #FE0CD1
Black with #FE0CD1
Text Example
Text Example
White with #FE0CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0CD1; }
p { color: rgb(254,12,209); }
H1.HeaderClassName
{
color: #FE0CD1;
}
.AnyTagClassName
{
color: #FE0CD1;
}
</style>
background-color css
<style>
a { background-color: #FE0CD1; }
a { background-color: rgb(254,12,209); }
div.DivClassName
{
background-color: #FE0CD1;
}
.BgClassName
{
background-color: #FE0CD1;
}
</style>
border-color css
<style>
span { border-color: #FE0CD1; }
span { border-color: rgb(254,12,209); }
td.TdClassName
{
border-color: #FE0CD1;
}
.TagClassName
{
border-color: #FE0CD1;
}
</style>