Shades of Hot Magenta #FF14D8
Tints of Hot Magenta #FF14D8
RGB
CMYK
RGB Variations
Color information
#FF14D8 (or 0xFF14D8) is known color: Hot Magenta. HEX triplet: FF, 14 and D8. RGB value is (255,20,216). Sum of RGB (Red+Green+Blue) = 255+20+216=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 20 (8.20% from 255 or 4.07% from 491); Blue value is 216 (84.77% from 255 or 43.99% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14D8 is #00EB27. Grayscale: #707070. Windows color (decimal): -60200 or 14161151. OLE color: 14161151.
HSL color Cylindrical-coordinate representation of color #FF14D8: hue angle of 309.96º 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 #FF14D8 is Cyan = 0, Magento = 0.92, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 216 | - |
| CMYK | 0 | 0.92 | 0.15 | 0 |
| HSL | 309.96º | 1% | 0.54% | - |
| HSV(B) | 309.96º | 0.92% | 1% | - |
| XYZ | 53.88 | 26.72 | 67.28 | - |
| YUV | 112.61 | 186.36 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 216 | 0 | 0.92 | 0.15 | 0 | 309.96 | 1 | 0.54 |
| Hex | FF | 14 | D8 | 0 | 5C | F | 0 | 136 | 64 | 36 |
| Octal | 377 | 24 | 330 | 0 | 134 | 17 | 0 | 466 | 144 | 66 |
| Binary | 11111111 | 10100 | 11011000 | 0 | 1011100 | 1111 | 0 | 100110110 | 1100100 | 110110 |
Color Harmonies of #FF14D8
Complementary color
Monochromatic Colors of #FF14D8
Black with #FF14D8
Text Example
Text Example
White with #FF14D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14D8; }
p { color: rgb(255,20,216); }
H1.HeaderClassName
{
color: #FF14D8;
}
.AnyTagClassName
{
color: #FF14D8;
}
</style>
background-color css
<style>
a { background-color: #FF14D8; }
a { background-color: rgb(255,20,216); }
div.DivClassName
{
background-color: #FF14D8;
}
.BgClassName
{
background-color: #FF14D8;
}
</style>
border-color css
<style>
span { border-color: #FF14D8; }
span { border-color: rgb(255,20,216); }
td.TdClassName
{
border-color: #FF14D8;
}
.TagClassName
{
border-color: #FF14D8;
}
</style>