Shades of Hot Magenta #FF14DF
Tints of Hot Magenta #FF14DF
RGB
CMYK
RGB Variations
Color information
#FF14DF (or 0xFF14DF) is known color: Hot Magenta. HEX triplet: FF, 14 and DF. RGB value is (255,20,223). Sum of RGB (Red+Green+Blue) = 255+20+223=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 20 (8.20% from 255 or 4.02% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF14DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF14DF is #00EB20. Grayscale: #707070. Windows color (decimal): -60193 or 14619903. OLE color: 14619903.
HSL color Cylindrical-coordinate representation of color #FF14DF: hue angle of 308.17º 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 #FF14DF is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 223 | - |
| CMYK | 0 | 0.92 | 0.13 | 0 |
| HSL | 308.17º | 1% | 0.54% | - |
| HSV(B) | 308.17º | 0.92% | 1% | - |
| XYZ | 54.81 | 27.09 | 72.15 | - |
| YUV | 113.41 | 189.86 | 228.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 223 | 0 | 0.92 | 0.13 | 0 | 308.17 | 1 | 0.54 |
| Hex | FF | 14 | DF | 0 | 5C | D | 0 | 134 | 64 | 36 |
| Octal | 377 | 24 | 337 | 0 | 134 | 15 | 0 | 464 | 144 | 66 |
| Binary | 11111111 | 10100 | 11011111 | 0 | 1011100 | 1101 | 0 | 100110100 | 1100100 | 110110 |
Color Harmonies of #FF14DF
Complementary color
Monochromatic Colors of #FF14DF
Black with #FF14DF
Text Example
Text Example
White with #FF14DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF14DF; }
p { color: rgb(255,20,223); }
H1.HeaderClassName
{
color: #FF14DF;
}
.AnyTagClassName
{
color: #FF14DF;
}
</style>
background-color css
<style>
a { background-color: #FF14DF; }
a { background-color: rgb(255,20,223); }
div.DivClassName
{
background-color: #FF14DF;
}
.BgClassName
{
background-color: #FF14DF;
}
</style>
border-color css
<style>
span { border-color: #FF14DF; }
span { border-color: rgb(255,20,223); }
td.TdClassName
{
border-color: #FF14DF;
}
.TagClassName
{
border-color: #FF14DF;
}
</style>