Shades of Hot Magenta #FA12DB
Tints of Hot Magenta #FA12DB
RGB
CMYK
RGB Variations
Color information
#FA12DB (or 0xFA12DB) is known color: Hot Magenta. HEX triplet: FA, 12 and DB. RGB value is (250,18,219). Sum of RGB (Red+Green+Blue) = 250+18+219=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 18 (7.42% from 255 or 3.70% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA12DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA12DB is #05ED24. Grayscale: #6D6D6D. Windows color (decimal): -388389 or 14357242. OLE color: 14357242.
HSL color Cylindrical-coordinate representation of color #FA12DB: hue angle of 308.02º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA12DB is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 18 | 219 | - |
| CMYK | 0 | 0.93 | 0.12 | 0.02 |
| HSL | 308.02º | 0.96% | 0.53% | - |
| HSV(B) | 308.02º | 0.93% | 0.98% | - |
| XYZ | 52.43 | 25.87 | 69.25 | - |
| YUV | 110.28 | 189.36 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 18 | 219 | 0 | 0.93 | 0.12 | 0.02 | 308.02 | 0.96 | 0.53 |
| Hex | FA | 12 | DB | 0 | 5D | C | 2 | 134 | 60 | 35 |
| Octal | 372 | 22 | 333 | 0 | 135 | 14 | 2 | 464 | 140 | 65 |
| Binary | 11111010 | 10010 | 11011011 | 0 | 1011101 | 1100 | 10 | 100110100 | 1100000 | 110101 |
Color Harmonies of #FA12DB
Complementary color
Monochromatic Colors of #FA12DB
Black with #FA12DB
Text Example
Text Example
White with #FA12DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA12DB; }
p { color: rgb(250,18,219); }
H1.HeaderClassName
{
color: #FA12DB;
}
.AnyTagClassName
{
color: #FA12DB;
}
</style>
background-color css
<style>
a { background-color: #FA12DB; }
a { background-color: rgb(250,18,219); }
div.DivClassName
{
background-color: #FA12DB;
}
.BgClassName
{
background-color: #FA12DB;
}
</style>
border-color css
<style>
span { border-color: #FA12DB; }
span { border-color: rgb(250,18,219); }
td.TdClassName
{
border-color: #FA12DB;
}
.TagClassName
{
border-color: #FA12DB;
}
</style>