Shades of Hot Magenta #FE0FD2
Tints of Hot Magenta #FE0FD2
RGB
CMYK
RGB Variations
Color information
#FE0FD2 (or 0xFE0FD2) is known color: Hot Magenta. HEX triplet: FE, 0F and D2. RGB value is (254,15,210). Sum of RGB (Red+Green+Blue) = 254+15+210=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 15 (6.25% from 255 or 3.13% from 479); Blue value is 210 (82.42% from 255 or 43.84% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FD2 is #01F02D. Grayscale: #6C6C6C. Windows color (decimal): -127022 or 13766654. OLE color: 13766654.
HSL color Cylindrical-coordinate representation of color #FE0FD2: hue angle of 311.05º 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 #FE0FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.00 |
| HSL | 311.05º | 0.99% | 0.53% | - |
| HSV(B) | 311.05º | 0.94% | 1% | - |
| XYZ | 52.68 | 26.07 | 63.23 | - |
| YUV | 108.69 | 185.18 | 231.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 210 | 0 | 0.94 | 0.17 | 0.00 | 311.05 | 0.99 | 0.53 |
| Hex | FE | F | D2 | 0 | 5E | 11 | 0 | 137 | 63 | 35 |
| Octal | 376 | 17 | 322 | 0 | 136 | 21 | 0 | 467 | 143 | 65 |
| Binary | 11111110 | 1111 | 11010010 | 0 | 1011110 | 10001 | 0 | 100110111 | 1100011 | 110101 |
Color Harmonies of #FE0FD2
Complementary color
Monochromatic Colors of #FE0FD2
Black with #FE0FD2
Text Example
Text Example
White with #FE0FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FD2; }
p { color: rgb(254,15,210); }
H1.HeaderClassName
{
color: #FE0FD2;
}
.AnyTagClassName
{
color: #FE0FD2;
}
</style>
background-color css
<style>
a { background-color: #FE0FD2; }
a { background-color: rgb(254,15,210); }
div.DivClassName
{
background-color: #FE0FD2;
}
.BgClassName
{
background-color: #FE0FD2;
}
</style>
border-color css
<style>
span { border-color: #FE0FD2; }
span { border-color: rgb(254,15,210); }
td.TdClassName
{
border-color: #FE0FD2;
}
.TagClassName
{
border-color: #FE0FD2;
}
</style>