Shades of Hot Magenta #FA02DB
Tints of Hot Magenta #FA02DB
RGB
CMYK
RGB Variations
Color information
#FA02DB (or 0xFA02DB) is known color: Hot Magenta. HEX triplet: FA, 02 and DB. RGB value is (250,2,219). Sum of RGB (Red+Green+Blue) = 250+2+219=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 2 (1.17% from 255 or 0.42% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA02DB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA02DB is #05FD24. Grayscale: #646464. Windows color (decimal): -392485 or 14353146. OLE color: 14353146.
HSL color Cylindrical-coordinate representation of color #FA02DB: hue angle of 307.5º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA02DB is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 2 | 219 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.02 |
| HSL | 307.5º | 0.98% | 0.49% | - |
| HSV(B) | 307.5º | 0.99% | 0.98% | - |
| XYZ | 52.23 | 25.48 | 69.18 | - |
| YUV | 100.89 | 194.66 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 2 | 219 | 0 | 0.99 | 0.12 | 0.02 | 307.5 | 0.98 | 0.49 |
| Hex | FA | 2 | DB | 0 | 63 | C | 2 | 134 | 62 | 31 |
| Octal | 372 | 2 | 333 | 0 | 143 | 14 | 2 | 464 | 142 | 61 |
| Binary | 11111010 | 10 | 11011011 | 0 | 1100011 | 1100 | 10 | 100110100 | 1100010 | 110001 |
Color Harmonies of #FA02DB
Complementary color
Monochromatic Colors of #FA02DB
Black with #FA02DB
Text Example
Text Example
White with #FA02DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA02DB; }
p { color: rgb(250,2,219); }
H1.HeaderClassName
{
color: #FA02DB;
}
.AnyTagClassName
{
color: #FA02DB;
}
</style>
background-color css
<style>
a { background-color: #FA02DB; }
a { background-color: rgb(250,2,219); }
div.DivClassName
{
background-color: #FA02DB;
}
.BgClassName
{
background-color: #FA02DB;
}
</style>
border-color css
<style>
span { border-color: #FA02DB; }
span { border-color: rgb(250,2,219); }
td.TdClassName
{
border-color: #FA02DB;
}
.TagClassName
{
border-color: #FA02DB;
}
</style>