Shades of Hot Magenta #FE0FD3
Tints of Hot Magenta #FE0FD3
RGB
CMYK
RGB Variations
Color information
#FE0FD3 (or 0xFE0FD3) is known color: Hot Magenta. HEX triplet: FE, 0F and D3. RGB value is (254,15,211). Sum of RGB (Red+Green+Blue) = 254+15+211=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 15 (6.25% from 255 or 3.12% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0FD3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE0FD3 is #01F02C. Grayscale: #6C6C6C. Windows color (decimal): -127021 or 13832190. OLE color: 13832190.
HSL color Cylindrical-coordinate representation of color #FE0FD3: hue angle of 310.79º 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 #FE0FD3 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 15 | 211 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.00 |
| HSL | 310.8º | 0.99% | 0.53% | - |
| HSV(B) | 310.8º | 0.94% | 1% | - |
| XYZ | 52.8 | 26.12 | 63.89 | - |
| YUV | 108.81 | 185.68 | 231.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 15 | 211 | 0 | 0.94 | 0.17 | 0.00 | 310.8 | 0.99 | 0.53 |
| Hex | FE | F | D3 | 0 | 5E | 11 | 0 | 137 | 63 | 35 |
| Octal | 376 | 17 | 323 | 0 | 136 | 21 | 0 | 467 | 143 | 65 |
| Binary | 11111110 | 1111 | 11010011 | 0 | 1011110 | 10001 | 0 | 100110111 | 1100011 | 110101 |
Color Harmonies of #FE0FD3
Complementary color
Monochromatic Colors of #FE0FD3
Black with #FE0FD3
Text Example
Text Example
White with #FE0FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0FD3; }
p { color: rgb(254,15,211); }
H1.HeaderClassName
{
color: #FE0FD3;
}
.AnyTagClassName
{
color: #FE0FD3;
}
</style>
background-color css
<style>
a { background-color: #FE0FD3; }
a { background-color: rgb(254,15,211); }
div.DivClassName
{
background-color: #FE0FD3;
}
.BgClassName
{
background-color: #FE0FD3;
}
</style>
border-color css
<style>
span { border-color: #FE0FD3; }
span { border-color: rgb(254,15,211); }
td.TdClassName
{
border-color: #FE0FD3;
}
.TagClassName
{
border-color: #FE0FD3;
}
</style>