Shades of Hot Magenta #FA14D9
Tints of Hot Magenta #FA14D9
RGB
CMYK
RGB Variations
Color information
#FA14D9 (or 0xFA14D9) is known color: Hot Magenta. HEX triplet: FA, 14 and D9. RGB value is (250,20,217). Sum of RGB (Red+Green+Blue) = 250+20+217=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 20 (8.20% from 255 or 4.11% from 487); Blue value is 217 (85.16% from 255 or 44.56% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14D9 is #05EB26. Grayscale: #6E6E6E. Windows color (decimal): -387879 or 14226682. OLE color: 14226682.
HSL color Cylindrical-coordinate representation of color #FA14D9: hue angle of 308.61º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA14D9 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 217 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.02 |
| HSL | 308.61º | 0.96% | 0.53% | - |
| HSV(B) | 308.61º | 0.92% | 0.98% | - |
| XYZ | 52.2 | 25.83 | 67.88 | - |
| YUV | 111.23 | 187.7 | 226.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 217 | 0 | 0.92 | 0.13 | 0.02 | 308.61 | 0.96 | 0.53 |
| Hex | FA | 14 | D9 | 0 | 5C | D | 2 | 135 | 60 | 35 |
| Octal | 372 | 24 | 331 | 0 | 134 | 15 | 2 | 465 | 140 | 65 |
| Binary | 11111010 | 10100 | 11011001 | 0 | 1011100 | 1101 | 10 | 100110101 | 1100000 | 110101 |
Color Harmonies of #FA14D9
Complementary color
Monochromatic Colors of #FA14D9
Black with #FA14D9
Text Example
Text Example
White with #FA14D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14D9; }
p { color: rgb(250,20,217); }
H1.HeaderClassName
{
color: #FA14D9;
}
.AnyTagClassName
{
color: #FA14D9;
}
</style>
background-color css
<style>
a { background-color: #FA14D9; }
a { background-color: rgb(250,20,217); }
div.DivClassName
{
background-color: #FA14D9;
}
.BgClassName
{
background-color: #FA14D9;
}
</style>
border-color css
<style>
span { border-color: #FA14D9; }
span { border-color: rgb(250,20,217); }
td.TdClassName
{
border-color: #FA14D9;
}
.TagClassName
{
border-color: #FA14D9;
}
</style>