Shades of Hot Magenta #FA03DA
Tints of Hot Magenta #FA03DA
RGB
CMYK
RGB Variations
Color information
#FA03DA (or 0xFA03DA) is known color: Hot Magenta. HEX triplet: FA, 03 and DA. RGB value is (250,3,218). Sum of RGB (Red+Green+Blue) = 250+3+218=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA03DA is #05FC25. Grayscale: #646464. Windows color (decimal): -392230 or 14287866. OLE color: 14287866.
HSL color Cylindrical-coordinate representation of color #FA03DA: hue angle of 307.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03DA is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 218 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.02 |
| HSL | 307.77º | 0.98% | 0.5% | - |
| HSV(B) | 307.77º | 0.99% | 0.98% | - |
| XYZ | 52.11 | 25.45 | 68.5 | - |
| YUV | 101.36 | 193.83 | 234.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 218 | 0 | 0.99 | 0.13 | 0.02 | 307.77 | 0.98 | 0.5 |
| Hex | FA | 3 | DA | 0 | 63 | D | 2 | 134 | 62 | 32 |
| Octal | 372 | 3 | 332 | 0 | 143 | 15 | 2 | 464 | 142 | 62 |
| Binary | 11111010 | 11 | 11011010 | 0 | 1100011 | 1101 | 10 | 100110100 | 1100010 | 110010 |
Color Harmonies of #FA03DA
Complementary color
Monochromatic Colors of #FA03DA
Black with #FA03DA
Text Example
Text Example
White with #FA03DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03DA; }
p { color: rgb(250,3,218); }
H1.HeaderClassName
{
color: #FA03DA;
}
.AnyTagClassName
{
color: #FA03DA;
}
</style>
background-color css
<style>
a { background-color: #FA03DA; }
a { background-color: rgb(250,3,218); }
div.DivClassName
{
background-color: #FA03DA;
}
.BgClassName
{
background-color: #FA03DA;
}
</style>
border-color css
<style>
span { border-color: #FA03DA; }
span { border-color: rgb(250,3,218); }
td.TdClassName
{
border-color: #FA03DA;
}
.TagClassName
{
border-color: #FA03DA;
}
</style>