Shades of Hot Magenta #FA0EDB
Tints of Hot Magenta #FA0EDB
RGB
CMYK
RGB Variations
Color information
#FA0EDB (or 0xFA0EDB) is known color: Hot Magenta. HEX triplet: FA, 0E and DB. RGB value is (250,14,219). Sum of RGB (Red+Green+Blue) = 250+14+219=483 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.76% from 483); Green value is 14 (5.86% from 255 or 2.90% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EDB is #05F124. Grayscale: #6B6B6B. Windows color (decimal): -389413 or 14356218. OLE color: 14356218.
HSL color Cylindrical-coordinate representation of color #FA0EDB: hue angle of 307.88º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FA0EDB is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 219 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.02 |
| HSL | 307.88º | 0.96% | 0.52% | - |
| HSV(B) | 307.88º | 0.94% | 0.98% | - |
| XYZ | 52.37 | 25.75 | 69.23 | - |
| YUV | 107.93 | 190.69 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 219 | 0 | 0.94 | 0.12 | 0.02 | 307.88 | 0.96 | 0.52 |
| Hex | FA | E | DB | 0 | 5E | C | 2 | 134 | 60 | 34 |
| Octal | 372 | 16 | 333 | 0 | 136 | 14 | 2 | 464 | 140 | 64 |
| Binary | 11111010 | 1110 | 11011011 | 0 | 1011110 | 1100 | 10 | 100110100 | 1100000 | 110100 |
Color Harmonies of #FA0EDB
Complementary color
Monochromatic Colors of #FA0EDB
Black with #FA0EDB
Text Example
Text Example
White with #FA0EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EDB; }
p { color: rgb(250,14,219); }
H1.HeaderClassName
{
color: #FA0EDB;
}
.AnyTagClassName
{
color: #FA0EDB;
}
</style>
background-color css
<style>
a { background-color: #FA0EDB; }
a { background-color: rgb(250,14,219); }
div.DivClassName
{
background-color: #FA0EDB;
}
.BgClassName
{
background-color: #FA0EDB;
}
</style>
border-color css
<style>
span { border-color: #FA0EDB; }
span { border-color: rgb(250,14,219); }
td.TdClassName
{
border-color: #FA0EDB;
}
.TagClassName
{
border-color: #FA0EDB;
}
</style>