Shades of Hot Magenta #FA0EDF
Tints of Hot Magenta #FA0EDF
RGB
CMYK
RGB Variations
Color information
#FA0EDF (or 0xFA0EDF) is known color: Hot Magenta. HEX triplet: FA, 0E and DF. RGB value is (250,14,223). Sum of RGB (Red+Green+Blue) = 250+14+223=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 14 (5.86% from 255 or 2.87% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0EDF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0EDF is #05F120. Grayscale: #6B6B6B. Windows color (decimal): -389409 or 14618362. OLE color: 14618362.
HSL color Cylindrical-coordinate representation of color #FA0EDF: hue angle of 306.86º 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 #FA0EDF is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 14 | 223 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.02 |
| HSL | 306.86º | 0.96% | 0.52% | - |
| HSV(B) | 306.86º | 0.94% | 0.98% | - |
| XYZ | 52.9 | 25.97 | 72.04 | - |
| YUV | 108.39 | 192.69 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 14 | 223 | 0 | 0.94 | 0.11 | 0.02 | 306.86 | 0.96 | 0.52 |
| Hex | FA | E | DF | 0 | 5E | B | 2 | 133 | 60 | 34 |
| Octal | 372 | 16 | 337 | 0 | 136 | 13 | 2 | 463 | 140 | 64 |
| Binary | 11111010 | 1110 | 11011111 | 0 | 1011110 | 1011 | 10 | 100110011 | 1100000 | 110100 |
Color Harmonies of #FA0EDF
Complementary color
Monochromatic Colors of #FA0EDF
Black with #FA0EDF
Text Example
Text Example
White with #FA0EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0EDF; }
p { color: rgb(250,14,223); }
H1.HeaderClassName
{
color: #FA0EDF;
}
.AnyTagClassName
{
color: #FA0EDF;
}
</style>
background-color css
<style>
a { background-color: #FA0EDF; }
a { background-color: rgb(250,14,223); }
div.DivClassName
{
background-color: #FA0EDF;
}
.BgClassName
{
background-color: #FA0EDF;
}
</style>
border-color css
<style>
span { border-color: #FA0EDF; }
span { border-color: rgb(250,14,223); }
td.TdClassName
{
border-color: #FA0EDF;
}
.TagClassName
{
border-color: #FA0EDF;
}
</style>