Shades of Hot Magenta #FA0ED3
Tints of Hot Magenta #FA0ED3
RGB
CMYK
RGB Variations
Color information
#FA0ED3 (or 0xFA0ED3) is known color: Hot Magenta. HEX triplet: FA, 0E and D3. RGB value is (250,14,211). Sum of RGB (Red+Green+Blue) = 250+14+211=475 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.63% from 475); Green value is 14 (5.86% from 255 or 2.95% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ED3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ED3 is #05F12C. Grayscale: #6A6A6A. Windows color (decimal): -389421 or 13831930. OLE color: 13831930.
HSL color Cylindrical-coordinate representation of color #FA0ED3: hue angle of 309.92º 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 #FA0ED3 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 211 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.02 |
| HSL | 309.92º | 0.96% | 0.52% | - |
| HSV(B) | 309.92º | 0.94% | 0.98% | - |
| XYZ | 51.34 | 25.34 | 63.81 | - |
| YUV | 107.02 | 186.69 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 211 | 0 | 0.94 | 0.16 | 0.02 | 309.92 | 0.96 | 0.52 |
| Hex | FA | E | D3 | 0 | 5E | 10 | 2 | 136 | 60 | 34 |
| Octal | 372 | 16 | 323 | 0 | 136 | 20 | 2 | 466 | 140 | 64 |
| Binary | 11111010 | 1110 | 11010011 | 0 | 1011110 | 10000 | 10 | 100110110 | 1100000 | 110100 |
Color Harmonies of #FA0ED3
Complementary color
Monochromatic Colors of #FA0ED3
Black with #FA0ED3
Text Example
Text Example
White with #FA0ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ED3; }
p { color: rgb(250,14,211); }
H1.HeaderClassName
{
color: #FA0ED3;
}
.AnyTagClassName
{
color: #FA0ED3;
}
</style>
background-color css
<style>
a { background-color: #FA0ED3; }
a { background-color: rgb(250,14,211); }
div.DivClassName
{
background-color: #FA0ED3;
}
.BgClassName
{
background-color: #FA0ED3;
}
</style>
border-color css
<style>
span { border-color: #FA0ED3; }
span { border-color: rgb(250,14,211); }
td.TdClassName
{
border-color: #FA0ED3;
}
.TagClassName
{
border-color: #FA0ED3;
}
</style>