Shades of Hot Magenta #FF14E2
Tints of Hot Magenta #FF14E2
RGB
CMYK
RGB Variations
Color information
#FF14E2 (or 0xFF14E2) is known color: Hot Magenta. HEX triplet: FF, 14 and E2. RGB value is (255,20,226). Sum of RGB (Red+Green+Blue) = 255+20+226=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 20 (8.20% from 255 or 3.99% from 501); Blue value is 226 (88.67% from 255 or 45.11% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14E2 is #00EB1D. Grayscale: #717171. Windows color (decimal): -60190 or 14816511. OLE color: 14816511.
HSL color Cylindrical-coordinate representation of color #FF14E2: hue angle of 307.4º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF14E2 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 226 | - |
| CMYK | 0 | 0.92 | 0.11 | 0 |
| HSL | 307.4º | 1% | 0.54% | - |
| HSV(B) | 307.4º | 0.92% | 1% | - |
| XYZ | 55.22 | 27.25 | 74.3 | - |
| YUV | 113.75 | 191.36 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 226 | 0 | 0.92 | 0.11 | 0 | 307.4 | 1 | 0.54 |
| Hex | FF | 14 | E2 | 0 | 5C | B | 0 | 133 | 64 | 36 |
| Octal | 377 | 24 | 342 | 0 | 134 | 13 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10100 | 11100010 | 0 | 1011100 | 1011 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF14E2
Complementary color
Monochromatic Colors of #FF14E2
Black with #FF14E2
Text Example
Text Example
White with #FF14E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14E2; }
p { color: rgb(255,20,226); }
H1.HeaderClassName
{
color: #FF14E2;
}
.AnyTagClassName
{
color: #FF14E2;
}
</style>
background-color css
<style>
a { background-color: #FF14E2; }
a { background-color: rgb(255,20,226); }
div.DivClassName
{
background-color: #FF14E2;
}
.BgClassName
{
background-color: #FF14E2;
}
</style>
border-color css
<style>
span { border-color: #FF14E2; }
span { border-color: rgb(255,20,226); }
td.TdClassName
{
border-color: #FF14E2;
}
.TagClassName
{
border-color: #FF14E2;
}
</style>