Shades of Hot Magenta #FF14D4
Tints of Hot Magenta #FF14D4
RGB
CMYK
RGB Variations
Color information
#FF14D4 (or 0xFF14D4) is known color: Hot Magenta. HEX triplet: FF, 14 and D4. RGB value is (255,20,212). Sum of RGB (Red+Green+Blue) = 255+20+212=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 212 (83.20% from 255 or 43.53% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14D4 is #00EB2B. Grayscale: #6F6F6F. Windows color (decimal): -60204 or 13899007. OLE color: 13899007.
HSL color Cylindrical-coordinate representation of color #FF14D4: hue angle of 310.98º 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 #FF14D4 is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 212 | - |
| CMYK | 0 | 0.92 | 0.17 | 0 |
| HSL | 310.98º | 1% | 0.54% | - |
| HSV(B) | 310.98º | 0.92% | 1% | - |
| XYZ | 53.37 | 26.51 | 64.59 | - |
| YUV | 112.15 | 184.36 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 212 | 0 | 0.92 | 0.17 | 0 | 310.98 | 1 | 0.54 |
| Hex | FF | 14 | D4 | 0 | 5C | 11 | 0 | 137 | 64 | 36 |
| Octal | 377 | 24 | 324 | 0 | 134 | 21 | 0 | 467 | 144 | 66 |
| Binary | 11111111 | 10100 | 11010100 | 0 | 1011100 | 10001 | 0 | 100110111 | 1100100 | 110110 |
Color Harmonies of #FF14D4
Complementary color
Monochromatic Colors of #FF14D4
Black with #FF14D4
Text Example
Text Example
White with #FF14D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14D4; }
p { color: rgb(255,20,212); }
H1.HeaderClassName
{
color: #FF14D4;
}
.AnyTagClassName
{
color: #FF14D4;
}
</style>
background-color css
<style>
a { background-color: #FF14D4; }
a { background-color: rgb(255,20,212); }
div.DivClassName
{
background-color: #FF14D4;
}
.BgClassName
{
background-color: #FF14D4;
}
</style>
border-color css
<style>
span { border-color: #FF14D4; }
span { border-color: rgb(255,20,212); }
td.TdClassName
{
border-color: #FF14D4;
}
.TagClassName
{
border-color: #FF14D4;
}
</style>