Shades of Hot Magenta #FA0ADB
Tints of Hot Magenta #FA0ADB
RGB
CMYK
RGB Variations
Color information
#FA0ADB (or 0xFA0ADB) is known color: Hot Magenta. HEX triplet: FA, 0A and DB. RGB value is (250,10,219). Sum of RGB (Red+Green+Blue) = 250+10+219=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 10 (4.30% from 255 or 2.09% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ADB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ADB is #05F524. Grayscale: #686868. Windows color (decimal): -390437 or 14355194. OLE color: 14355194.
HSL color Cylindrical-coordinate representation of color #FA0ADB: hue angle of 307.75º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FA0ADB is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 10 | 219 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.02 |
| HSL | 307.75º | 0.96% | 0.51% | - |
| HSV(B) | 307.75º | 0.96% | 0.98% | - |
| XYZ | 52.32 | 25.66 | 69.21 | - |
| YUV | 105.59 | 192.01 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 10 | 219 | 0 | 0.96 | 0.12 | 0.02 | 307.75 | 0.96 | 0.51 |
| Hex | FA | A | DB | 0 | 60 | C | 2 | 134 | 60 | 33 |
| Octal | 372 | 12 | 333 | 0 | 140 | 14 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1010 | 11011011 | 0 | 1100000 | 1100 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA0ADB
Complementary color
Monochromatic Colors of #FA0ADB
Black with #FA0ADB
Text Example
Text Example
White with #FA0ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ADB; }
p { color: rgb(250,10,219); }
H1.HeaderClassName
{
color: #FA0ADB;
}
.AnyTagClassName
{
color: #FA0ADB;
}
</style>
background-color css
<style>
a { background-color: #FA0ADB; }
a { background-color: rgb(250,10,219); }
div.DivClassName
{
background-color: #FA0ADB;
}
.BgClassName
{
background-color: #FA0ADB;
}
</style>
border-color css
<style>
span { border-color: #FA0ADB; }
span { border-color: rgb(250,10,219); }
td.TdClassName
{
border-color: #FA0ADB;
}
.TagClassName
{
border-color: #FA0ADB;
}
</style>