Shades of Hot Magenta #FA0EDA
Tints of Hot Magenta #FA0EDA
RGB
CMYK
RGB Variations
Color information
#FA0EDA (or 0xFA0EDA) is known color: Hot Magenta. HEX triplet: FA, 0E and DA. RGB value is (250,14,218). Sum of RGB (Red+Green+Blue) = 250+14+218=482 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.87% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EDA is #05F125. Grayscale: #6B6B6B. Windows color (decimal): -389414 or 14290682. OLE color: 14290682.
HSL color Cylindrical-coordinate representation of color #FA0EDA: hue angle of 308.14º 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 #FA0EDA is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 218 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.02 |
| HSL | 308.14º | 0.96% | 0.52% | - |
| HSV(B) | 308.14º | 0.94% | 0.98% | - |
| XYZ | 52.24 | 25.7 | 68.54 | - |
| YUV | 107.82 | 190.19 | 229.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 218 | 0 | 0.94 | 0.13 | 0.02 | 308.14 | 0.96 | 0.52 |
| Hex | FA | E | DA | 0 | 5E | D | 2 | 134 | 60 | 34 |
| Octal | 372 | 16 | 332 | 0 | 136 | 15 | 2 | 464 | 140 | 64 |
| Binary | 11111010 | 1110 | 11011010 | 0 | 1011110 | 1101 | 10 | 100110100 | 1100000 | 110100 |
Color Harmonies of #FA0EDA
Complementary color
Monochromatic Colors of #FA0EDA
Black with #FA0EDA
Text Example
Text Example
White with #FA0EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EDA; }
p { color: rgb(250,14,218); }
H1.HeaderClassName
{
color: #FA0EDA;
}
.AnyTagClassName
{
color: #FA0EDA;
}
</style>
background-color css
<style>
a { background-color: #FA0EDA; }
a { background-color: rgb(250,14,218); }
div.DivClassName
{
background-color: #FA0EDA;
}
.BgClassName
{
background-color: #FA0EDA;
}
</style>
border-color css
<style>
span { border-color: #FA0EDA; }
span { border-color: rgb(250,14,218); }
td.TdClassName
{
border-color: #FA0EDA;
}
.TagClassName
{
border-color: #FA0EDA;
}
</style>