Shades of Hot Magenta #FE14E2
Tints of Hot Magenta #FE14E2
RGB
CMYK
RGB Variations
Color information
#FE14E2 (or 0xFE14E2) is known color: Hot Magenta. HEX triplet: FE, 14 and E2. RGB value is (254,20,226). Sum of RGB (Red+Green+Blue) = 254+20+226=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 20 (8.20% from 255 or 4% from 500); Blue value is 226 (88.67% from 255 or 45.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE14E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FE14E2 is #01EB1D. Grayscale: #707070. Windows color (decimal): -125726 or 14816510. OLE color: 14816510.
HSL color Cylindrical-coordinate representation of color #FE14E2: hue angle of 307.18º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE14E2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.00 |
| HSL | 307.18º | 0.99% | 0.54% | - |
| HSV(B) | 307.18º | 0.92% | 1% | - |
| XYZ | 54.85 | 27.06 | 74.28 | - |
| YUV | 113.45 | 191.52 | 228.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 226 | 0 | 0.92 | 0.11 | 0.00 | 307.18 | 0.99 | 0.54 |
| Hex | FE | 14 | E2 | 0 | 5C | B | 0 | 133 | 63 | 36 |
| Octal | 376 | 24 | 342 | 0 | 134 | 13 | 0 | 463 | 143 | 66 |
| Binary | 11111110 | 10100 | 11100010 | 0 | 1011100 | 1011 | 0 | 100110011 | 1100011 | 110110 |
Color Harmonies of #FE14E2
Complementary color
Monochromatic Colors of #FE14E2
Black with #FE14E2
Text Example
Text Example
White with #FE14E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE14E2; }
p { color: rgb(254,20,226); }
H1.HeaderClassName
{
color: #FE14E2;
}
.AnyTagClassName
{
color: #FE14E2;
}
</style>
background-color css
<style>
a { background-color: #FE14E2; }
a { background-color: rgb(254,20,226); }
div.DivClassName
{
background-color: #FE14E2;
}
.BgClassName
{
background-color: #FE14E2;
}
</style>
border-color css
<style>
span { border-color: #FE14E2; }
span { border-color: rgb(254,20,226); }
td.TdClassName
{
border-color: #FE14E2;
}
.TagClassName
{
border-color: #FE14E2;
}
</style>