Shades of Hot Magenta #FF14D5
Tints of Hot Magenta #FF14D5
RGB
CMYK
RGB Variations
Color information
#FF14D5 (or 0xFF14D5) is known color: Hot Magenta. HEX triplet: FF, 14 and D5. RGB value is (255,20,213). Sum of RGB (Red+Green+Blue) = 255+20+213=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 20 (8.20% from 255 or 4.10% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14D5 is #00EB2A. Grayscale: #6F6F6F. Windows color (decimal): -60203 or 13964543. OLE color: 13964543.
HSL color Cylindrical-coordinate representation of color #FF14D5: hue angle of 310.72º 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 #FF14D5 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 213 | - |
| CMYK | 0 | 0.92 | 0.16 | 0 |
| HSL | 310.72º | 1% | 0.54% | - |
| HSV(B) | 310.72º | 0.92% | 1% | - |
| XYZ | 53.5 | 26.56 | 65.26 | - |
| YUV | 112.27 | 184.86 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 213 | 0 | 0.92 | 0.16 | 0 | 310.72 | 1 | 0.54 |
| Hex | FF | 14 | D5 | 0 | 5C | 10 | 0 | 137 | 64 | 36 |
| Octal | 377 | 24 | 325 | 0 | 134 | 20 | 0 | 467 | 144 | 66 |
| Binary | 11111111 | 10100 | 11010101 | 0 | 1011100 | 10000 | 0 | 100110111 | 1100100 | 110110 |
Color Harmonies of #FF14D5
Complementary color
Monochromatic Colors of #FF14D5
Black with #FF14D5
Text Example
Text Example
White with #FF14D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14D5; }
p { color: rgb(255,20,213); }
H1.HeaderClassName
{
color: #FF14D5;
}
.AnyTagClassName
{
color: #FF14D5;
}
</style>
background-color css
<style>
a { background-color: #FF14D5; }
a { background-color: rgb(255,20,213); }
div.DivClassName
{
background-color: #FF14D5;
}
.BgClassName
{
background-color: #FF14D5;
}
</style>
border-color css
<style>
span { border-color: #FF14D5; }
span { border-color: rgb(255,20,213); }
td.TdClassName
{
border-color: #FF14D5;
}
.TagClassName
{
border-color: #FF14D5;
}
</style>