Shades of Hot Magenta #FA0ED8
Tints of Hot Magenta #FA0ED8
RGB
CMYK
RGB Variations
Color information
#FA0ED8 (or 0xFA0ED8) is known color: Hot Magenta. HEX triplet: FA, 0E and D8. RGB value is (250,14,216). Sum of RGB (Red+Green+Blue) = 250+14+216=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 14 (5.86% from 255 or 2.92% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0ED8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0ED8 is #05F127. Grayscale: #6B6B6B. Windows color (decimal): -389416 or 14159610. OLE color: 14159610.
HSL color Cylindrical-coordinate representation of color #FA0ED8: hue angle of 308.64º 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 #FA0ED8 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 216 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.02 |
| HSL | 308.64º | 0.96% | 0.52% | - |
| HSV(B) | 308.64º | 0.94% | 0.98% | - |
| XYZ | 51.98 | 25.6 | 67.17 | - |
| YUV | 107.59 | 189.19 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 216 | 0 | 0.94 | 0.14 | 0.02 | 308.64 | 0.96 | 0.52 |
| Hex | FA | E | D8 | 0 | 5E | E | 2 | 135 | 60 | 34 |
| Octal | 372 | 16 | 330 | 0 | 136 | 16 | 2 | 465 | 140 | 64 |
| Binary | 11111010 | 1110 | 11011000 | 0 | 1011110 | 1110 | 10 | 100110101 | 1100000 | 110100 |
Color Harmonies of #FA0ED8
Complementary color
Monochromatic Colors of #FA0ED8
Black with #FA0ED8
Text Example
Text Example
White with #FA0ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0ED8; }
p { color: rgb(250,14,216); }
H1.HeaderClassName
{
color: #FA0ED8;
}
.AnyTagClassName
{
color: #FA0ED8;
}
</style>
background-color css
<style>
a { background-color: #FA0ED8; }
a { background-color: rgb(250,14,216); }
div.DivClassName
{
background-color: #FA0ED8;
}
.BgClassName
{
background-color: #FA0ED8;
}
</style>
border-color css
<style>
span { border-color: #FA0ED8; }
span { border-color: rgb(250,14,216); }
td.TdClassName
{
border-color: #FA0ED8;
}
.TagClassName
{
border-color: #FA0ED8;
}
</style>