Shades of Hot Magenta #FA10E0
Tints of Hot Magenta #FA10E0
RGB
CMYK
RGB Variations
Color information
#FA10E0 (or 0xFA10E0) is known color: Hot Magenta. HEX triplet: FA, 10 and E0. RGB value is (250,16,224). Sum of RGB (Red+Green+Blue) = 250+16+224=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 16 (6.64% from 255 or 3.27% from 490); Blue value is 224 (87.89% from 255 or 45.71% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FA10E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA10E0 is #05EF1F. Grayscale: #6D6D6D. Windows color (decimal): -388896 or 14684410. OLE color: 14684410.
HSL color Cylindrical-coordinate representation of color #FA10E0: hue angle of 306.67º 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 #FA10E0 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 16 | 224 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.02 |
| HSL | 306.67º | 0.96% | 0.52% | - |
| HSV(B) | 306.67º | 0.94% | 0.98% | - |
| XYZ | 53.06 | 26.08 | 72.76 | - |
| YUV | 109.68 | 192.52 | 228.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 16 | 224 | 0 | 0.94 | 0.10 | 0.02 | 306.67 | 0.96 | 0.52 |
| Hex | FA | 10 | E0 | 0 | 5E | A | 2 | 133 | 60 | 34 |
| Octal | 372 | 20 | 340 | 0 | 136 | 12 | 2 | 463 | 140 | 64 |
| Binary | 11111010 | 10000 | 11100000 | 0 | 1011110 | 1010 | 10 | 100110011 | 1100000 | 110100 |
Color Harmonies of #FA10E0
Complementary color
Monochromatic Colors of #FA10E0
Black with #FA10E0
Text Example
Text Example
White with #FA10E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA10E0; }
p { color: rgb(250,16,224); }
H1.HeaderClassName
{
color: #FA10E0;
}
.AnyTagClassName
{
color: #FA10E0;
}
</style>
background-color css
<style>
a { background-color: #FA10E0; }
a { background-color: rgb(250,16,224); }
div.DivClassName
{
background-color: #FA10E0;
}
.BgClassName
{
background-color: #FA10E0;
}
</style>
border-color css
<style>
span { border-color: #FA10E0; }
span { border-color: rgb(250,16,224); }
td.TdClassName
{
border-color: #FA10E0;
}
.TagClassName
{
border-color: #FA10E0;
}
</style>