Shades of Hot Magenta #FA0ED7
Tints of Hot Magenta #FA0ED7
RGB
CMYK
RGB Variations
Color information
#FA0ED7 (or 0xFA0ED7) is known color: Hot Magenta. HEX triplet: FA, 0E and D7. RGB value is (250,14,215). Sum of RGB (Red+Green+Blue) = 250+14+215=479 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.19% from 479); Green value is 14 (5.86% from 255 or 2.92% from 479); Blue value is 215 (84.38% from 255 or 44.89% from 479); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ED7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ED7 is #05F128. Grayscale: #6A6A6A. Windows color (decimal): -389417 or 14094074. OLE color: 14094074.
HSL color Cylindrical-coordinate representation of color #FA0ED7: hue angle of 308.9º 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 #FA0ED7 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 215 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.02 |
| HSL | 308.9º | 0.96% | 0.52% | - |
| HSV(B) | 308.9º | 0.94% | 0.98% | - |
| XYZ | 51.85 | 25.54 | 66.49 | - |
| YUV | 107.48 | 188.69 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 215 | 0 | 0.94 | 0.14 | 0.02 | 308.9 | 0.96 | 0.52 |
| Hex | FA | E | D7 | 0 | 5E | E | 2 | 135 | 60 | 34 |
| Octal | 372 | 16 | 327 | 0 | 136 | 16 | 2 | 465 | 140 | 64 |
| Binary | 11111010 | 1110 | 11010111 | 0 | 1011110 | 1110 | 10 | 100110101 | 1100000 | 110100 |
Color Harmonies of #FA0ED7
Complementary color
Monochromatic Colors of #FA0ED7
Black with #FA0ED7
Text Example
Text Example
White with #FA0ED7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ED7; }
p { color: rgb(250,14,215); }
H1.HeaderClassName
{
color: #FA0ED7;
}
.AnyTagClassName
{
color: #FA0ED7;
}
</style>
background-color css
<style>
a { background-color: #FA0ED7; }
a { background-color: rgb(250,14,215); }
div.DivClassName
{
background-color: #FA0ED7;
}
.BgClassName
{
background-color: #FA0ED7;
}
</style>
border-color css
<style>
span { border-color: #FA0ED7; }
span { border-color: rgb(250,14,215); }
td.TdClassName
{
border-color: #FA0ED7;
}
.TagClassName
{
border-color: #FA0ED7;
}
</style>