Shades of Hot Magenta #FA10D6
Tints of Hot Magenta #FA10D6
RGB
CMYK
RGB Variations
Color information
#FA10D6 (or 0xFA10D6) is known color: Hot Magenta. HEX triplet: FA, 10 and D6. RGB value is (250,16,214). Sum of RGB (Red+Green+Blue) = 250+16+214=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 16 (6.64% from 255 or 3.33% from 480); Blue value is 214 (83.98% from 255 or 44.58% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10D6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10D6 is #05EF29. Grayscale: #6B6B6B. Windows color (decimal): -388906 or 14029050. OLE color: 14029050.
HSL color Cylindrical-coordinate representation of color #FA10D6: hue angle of 309.23º 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 #FA10D6 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 214 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.02 |
| HSL | 309.23º | 0.96% | 0.52% | - |
| HSV(B) | 309.23º | 0.94% | 0.98% | - |
| XYZ | 51.75 | 25.55 | 65.82 | - |
| YUV | 108.54 | 187.52 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 214 | 0 | 0.94 | 0.14 | 0.02 | 309.23 | 0.96 | 0.52 |
| Hex | FA | 10 | D6 | 0 | 5E | E | 2 | 135 | 60 | 34 |
| Octal | 372 | 20 | 326 | 0 | 136 | 16 | 2 | 465 | 140 | 64 |
| Binary | 11111010 | 10000 | 11010110 | 0 | 1011110 | 1110 | 10 | 100110101 | 1100000 | 110100 |
Color Harmonies of #FA10D6
Complementary color
Monochromatic Colors of #FA10D6
Black with #FA10D6
Text Example
Text Example
White with #FA10D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10D6; }
p { color: rgb(250,16,214); }
H1.HeaderClassName
{
color: #FA10D6;
}
.AnyTagClassName
{
color: #FA10D6;
}
</style>
background-color css
<style>
a { background-color: #FA10D6; }
a { background-color: rgb(250,16,214); }
div.DivClassName
{
background-color: #FA10D6;
}
.BgClassName
{
background-color: #FA10D6;
}
</style>
border-color css
<style>
span { border-color: #FA10D6; }
span { border-color: rgb(250,16,214); }
td.TdClassName
{
border-color: #FA10D6;
}
.TagClassName
{
border-color: #FA10D6;
}
</style>