Shades of Hot Magenta #FA14DB
Tints of Hot Magenta #FA14DB
RGB
CMYK
RGB Variations
Color information
#FA14DB (or 0xFA14DB) is known color: Hot Magenta. HEX triplet: FA, 14 and DB. RGB value is (250,20,219). Sum of RGB (Red+Green+Blue) = 250+20+219=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 20 (8.20% from 255 or 4.09% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FA14DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA14DB is #05EB24. Grayscale: #6E6E6E. Windows color (decimal): -387877 or 14357754. OLE color: 14357754.
HSL color Cylindrical-coordinate representation of color #FA14DB: hue angle of 308.09º 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 #FA14DB is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 219 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.02 |
| HSL | 308.09º | 0.96% | 0.53% | - |
| HSV(B) | 308.09º | 0.92% | 0.98% | - |
| XYZ | 52.46 | 25.94 | 69.26 | - |
| YUV | 111.46 | 188.7 | 226.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 219 | 0 | 0.92 | 0.12 | 0.02 | 308.09 | 0.96 | 0.53 |
| Hex | FA | 14 | DB | 0 | 5C | C | 2 | 134 | 60 | 35 |
| Octal | 372 | 24 | 333 | 0 | 134 | 14 | 2 | 464 | 140 | 65 |
| Binary | 11111010 | 10100 | 11011011 | 0 | 1011100 | 1100 | 10 | 100110100 | 1100000 | 110101 |
Color Harmonies of #FA14DB
Complementary color
Monochromatic Colors of #FA14DB
Black with #FA14DB
Text Example
Text Example
White with #FA14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA14DB; }
p { color: rgb(250,20,219); }
H1.HeaderClassName
{
color: #FA14DB;
}
.AnyTagClassName
{
color: #FA14DB;
}
</style>
background-color css
<style>
a { background-color: #FA14DB; }
a { background-color: rgb(250,20,219); }
div.DivClassName
{
background-color: #FA14DB;
}
.BgClassName
{
background-color: #FA14DB;
}
</style>
border-color css
<style>
span { border-color: #FA14DB; }
span { border-color: rgb(250,20,219); }
td.TdClassName
{
border-color: #FA14DB;
}
.TagClassName
{
border-color: #FA14DB;
}
</style>