Shades of Hot Magenta #FF14E3
Tints of Hot Magenta #FF14E3
RGB
CMYK
RGB Variations
Color information
#FF14E3 (or 0xFF14E3) is known color: Hot Magenta. HEX triplet: FF, 14 and E3. RGB value is (255,20,227). Sum of RGB (Red+Green+Blue) = 255+20+227=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 20 (8.20% from 255 or 3.98% from 502); Blue value is 227 (89.06% from 255 or 45.22% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14E3 is #00EB1C. Grayscale: #717171. Windows color (decimal): -60189 or 14882047. OLE color: 14882047.
HSL color Cylindrical-coordinate representation of color #FF14E3: hue angle of 307.15º 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 #FF14E3 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 227 | - |
| CMYK | 0 | 0.92 | 0.11 | 0 |
| HSL | 307.15º | 1% | 0.54% | - |
| HSV(B) | 307.15º | 0.92% | 1% | - |
| XYZ | 55.36 | 27.31 | 75.03 | - |
| YUV | 113.86 | 191.86 | 228.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 227 | 0 | 0.92 | 0.11 | 0 | 307.15 | 1 | 0.54 |
| Hex | FF | 14 | E3 | 0 | 5C | B | 0 | 133 | 64 | 36 |
| Octal | 377 | 24 | 343 | 0 | 134 | 13 | 0 | 463 | 144 | 66 |
| Binary | 11111111 | 10100 | 11100011 | 0 | 1011100 | 1011 | 0 | 100110011 | 1100100 | 110110 |
Color Harmonies of #FF14E3
Complementary color
Monochromatic Colors of #FF14E3
Black with #FF14E3
Text Example
Text Example
White with #FF14E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14E3; }
p { color: rgb(255,20,227); }
H1.HeaderClassName
{
color: #FF14E3;
}
.AnyTagClassName
{
color: #FF14E3;
}
</style>
background-color css
<style>
a { background-color: #FF14E3; }
a { background-color: rgb(255,20,227); }
div.DivClassName
{
background-color: #FF14E3;
}
.BgClassName
{
background-color: #FF14E3;
}
</style>
border-color css
<style>
span { border-color: #FF14E3; }
span { border-color: rgb(255,20,227); }
td.TdClassName
{
border-color: #FF14E3;
}
.TagClassName
{
border-color: #FF14E3;
}
</style>