Shades of Hot Magenta #FA0EE3
Tints of Hot Magenta #FA0EE3
RGB
CMYK
RGB Variations
Color information
#FA0EE3 (or 0xFA0EE3) is known color: Hot Magenta. HEX triplet: FA, 0E and E3. RGB value is (250,14,227). Sum of RGB (Red+Green+Blue) = 250+14+227=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 14 (5.86% from 255 or 2.85% from 491); Blue value is 227 (89.06% from 255 or 46.23% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EE3 is #05F11C. Grayscale: #6C6C6C. Windows color (decimal): -389405 or 14880506. OLE color: 14880506.
HSL color Cylindrical-coordinate representation of color #FA0EE3: hue angle of 305.85º 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 #FA0EE3 is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 227 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.02 |
| HSL | 305.85º | 0.96% | 0.52% | - |
| HSV(B) | 305.85º | 0.94% | 0.98% | - |
| XYZ | 53.45 | 26.18 | 74.91 | - |
| YUV | 108.85 | 194.69 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 227 | 0 | 0.94 | 0.09 | 0.02 | 305.85 | 0.96 | 0.52 |
| Hex | FA | E | E3 | 0 | 5E | 9 | 2 | 132 | 60 | 34 |
| Octal | 372 | 16 | 343 | 0 | 136 | 11 | 2 | 462 | 140 | 64 |
| Binary | 11111010 | 1110 | 11100011 | 0 | 1011110 | 1001 | 10 | 100110010 | 1100000 | 110100 |
Color Harmonies of #FA0EE3
Complementary color
Monochromatic Colors of #FA0EE3
Black with #FA0EE3
Text Example
Text Example
White with #FA0EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EE3; }
p { color: rgb(250,14,227); }
H1.HeaderClassName
{
color: #FA0EE3;
}
.AnyTagClassName
{
color: #FA0EE3;
}
</style>
background-color css
<style>
a { background-color: #FA0EE3; }
a { background-color: rgb(250,14,227); }
div.DivClassName
{
background-color: #FA0EE3;
}
.BgClassName
{
background-color: #FA0EE3;
}
</style>
border-color css
<style>
span { border-color: #FA0EE3; }
span { border-color: rgb(250,14,227); }
td.TdClassName
{
border-color: #FA0EE3;
}
.TagClassName
{
border-color: #FA0EE3;
}
</style>