Shades of Hot Magenta #FA0CDB
Tints of Hot Magenta #FA0CDB
RGB
CMYK
RGB Variations
Color information
#FA0CDB (or 0xFA0CDB) is known color: Hot Magenta. HEX triplet: FA, 0C and DB. RGB value is (250,12,219). Sum of RGB (Red+Green+Blue) = 250+12+219=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 12 (5.08% from 255 or 2.49% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0CDB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0CDB is #05F324. Grayscale: #6A6A6A. Windows color (decimal): -389925 or 14355706. OLE color: 14355706.
HSL color Cylindrical-coordinate representation of color #FA0CDB: hue angle of 307.82º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0CDB is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 12 | 219 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.02 |
| HSL | 307.82º | 0.96% | 0.51% | - |
| HSV(B) | 307.82º | 0.95% | 0.98% | - |
| XYZ | 52.34 | 25.7 | 69.22 | - |
| YUV | 106.76 | 191.35 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 12 | 219 | 0 | 0.95 | 0.12 | 0.02 | 307.82 | 0.96 | 0.51 |
| Hex | FA | C | DB | 0 | 5F | C | 2 | 134 | 60 | 33 |
| Octal | 372 | 14 | 333 | 0 | 137 | 14 | 2 | 464 | 140 | 63 |
| Binary | 11111010 | 1100 | 11011011 | 0 | 1011111 | 1100 | 10 | 100110100 | 1100000 | 110011 |
Color Harmonies of #FA0CDB
Complementary color
Monochromatic Colors of #FA0CDB
Black with #FA0CDB
Text Example
Text Example
White with #FA0CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0CDB; }
p { color: rgb(250,12,219); }
H1.HeaderClassName
{
color: #FA0CDB;
}
.AnyTagClassName
{
color: #FA0CDB;
}
</style>
background-color css
<style>
a { background-color: #FA0CDB; }
a { background-color: rgb(250,12,219); }
div.DivClassName
{
background-color: #FA0CDB;
}
.BgClassName
{
background-color: #FA0CDB;
}
</style>
border-color css
<style>
span { border-color: #FA0CDB; }
span { border-color: rgb(250,12,219); }
td.TdClassName
{
border-color: #FA0CDB;
}
.TagClassName
{
border-color: #FA0CDB;
}
</style>