Shades of Hot Magenta #FE13E2
Tints of Hot Magenta #FE13E2
RGB
CMYK
RGB Variations
Color information
#FE13E2 (or 0xFE13E2) is known color: Hot Magenta. HEX triplet: FE, 13 and E2. RGB value is (254,19,226). Sum of RGB (Red+Green+Blue) = 254+19+226=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 19 (7.81% from 255 or 3.81% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE13E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE13E2 is #01EC1D. Grayscale: #707070. Windows color (decimal): -125982 or 14816254. OLE color: 14816254.
HSL color Cylindrical-coordinate representation of color #FE13E2: hue angle of 307.15º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE13E2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 226 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.00 |
| HSL | 307.15º | 0.99% | 0.54% | - |
| HSV(B) | 307.15º | 0.93% | 1% | - |
| XYZ | 54.83 | 27.03 | 74.28 | - |
| YUV | 112.86 | 191.86 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 226 | 0 | 0.93 | 0.11 | 0.00 | 307.15 | 0.99 | 0.54 |
| Hex | FE | 13 | E2 | 0 | 5D | B | 0 | 133 | 63 | 36 |
| Octal | 376 | 23 | 342 | 0 | 135 | 13 | 0 | 463 | 143 | 66 |
| Binary | 11111110 | 10011 | 11100010 | 0 | 1011101 | 1011 | 0 | 100110011 | 1100011 | 110110 |
Color Harmonies of #FE13E2
Complementary color
Monochromatic Colors of #FE13E2
Black with #FE13E2
Text Example
Text Example
White with #FE13E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE13E2; }
p { color: rgb(254,19,226); }
H1.HeaderClassName
{
color: #FE13E2;
}
.AnyTagClassName
{
color: #FE13E2;
}
</style>
background-color css
<style>
a { background-color: #FE13E2; }
a { background-color: rgb(254,19,226); }
div.DivClassName
{
background-color: #FE13E2;
}
.BgClassName
{
background-color: #FE13E2;
}
</style>
border-color css
<style>
span { border-color: #FE13E2; }
span { border-color: rgb(254,19,226); }
td.TdClassName
{
border-color: #FE13E2;
}
.TagClassName
{
border-color: #FE13E2;
}
</style>