Shades of Hot Magenta #FA18DB
Tints of Hot Magenta #FA18DB
RGB
CMYK
RGB Variations
Color information
#FA18DB (or 0xFA18DB) is known color: Hot Magenta. HEX triplet: FA, 18 and DB. RGB value is (250,24,219). Sum of RGB (Red+Green+Blue) = 250+24+219=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 24 (9.77% from 255 or 4.87% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA18DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA18DB is #05E724. Grayscale: #717171. Windows color (decimal): -386853 or 14358778. OLE color: 14358778.
HSL color Cylindrical-coordinate representation of color #FA18DB: hue angle of 308.23º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA18DB is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 24 | 219 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.23º | 0.96% | 0.54% | - |
| HSV(B) | 308.23º | 0.9% | 0.98% | - |
| XYZ | 52.54 | 26.09 | 69.29 | - |
| YUV | 113.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 24 | 219 | 0 | 0.90 | 0.12 | 0.02 | 308.23 | 0.96 | 0.54 |
| Hex | FA | 18 | DB | 0 | 5A | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 30 | 333 | 0 | 132 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 11000 | 11011011 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA18DB
Complementary color
Monochromatic Colors of #FA18DB
Black with #FA18DB
Text Example
Text Example
White with #FA18DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA18DB; }
p { color: rgb(250,24,219); }
H1.HeaderClassName
{
color: #FA18DB;
}
.AnyTagClassName
{
color: #FA18DB;
}
</style>
background-color css
<style>
a { background-color: #FA18DB; }
a { background-color: rgb(250,24,219); }
div.DivClassName
{
background-color: #FA18DB;
}
.BgClassName
{
background-color: #FA18DB;
}
</style>
border-color css
<style>
span { border-color: #FA18DB; }
span { border-color: rgb(250,24,219); }
td.TdClassName
{
border-color: #FA18DB;
}
.TagClassName
{
border-color: #FA18DB;
}
</style>