Shades of Hot Magenta #FA0DE1
Tints of Hot Magenta #FA0DE1
RGB
CMYK
RGB Variations
Color information
#FA0DE1 (or 0xFA0DE1) is known color: Hot Magenta. HEX triplet: FA, 0D and E1. RGB value is (250,13,225). Sum of RGB (Red+Green+Blue) = 250+13+225=488 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.23% from 488); Green value is 13 (5.47% from 255 or 2.66% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0DE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA0DE1 is #05F21E. Grayscale: #6B6B6B. Windows color (decimal): -389663 or 14749178. OLE color: 14749178.
HSL color Cylindrical-coordinate representation of color #FA0DE1: hue angle of 306.33º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA0DE1 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 13 | 225 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.02 |
| HSL | 306.33º | 0.96% | 0.52% | - |
| HSV(B) | 306.33º | 0.95% | 0.98% | - |
| XYZ | 53.16 | 26.05 | 73.46 | - |
| YUV | 108.03 | 194.02 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 13 | 225 | 0 | 0.95 | 0.10 | 0.02 | 306.33 | 0.96 | 0.52 |
| Hex | FA | D | E1 | 0 | 5F | A | 2 | 132 | 60 | 34 |
| Octal | 372 | 15 | 341 | 0 | 137 | 12 | 2 | 462 | 140 | 64 |
| Binary | 11111010 | 1101 | 11100001 | 0 | 1011111 | 1010 | 10 | 100110010 | 1100000 | 110100 |
Color Harmonies of #FA0DE1
Complementary color
Monochromatic Colors of #FA0DE1
Black with #FA0DE1
Text Example
Text Example
White with #FA0DE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA0DE1; }
p { color: rgb(250,13,225); }
H1.HeaderClassName
{
color: #FA0DE1;
}
.AnyTagClassName
{
color: #FA0DE1;
}
</style>
background-color css
<style>
a { background-color: #FA0DE1; }
a { background-color: rgb(250,13,225); }
div.DivClassName
{
background-color: #FA0DE1;
}
.BgClassName
{
background-color: #FA0DE1;
}
</style>
border-color css
<style>
span { border-color: #FA0DE1; }
span { border-color: rgb(250,13,225); }
td.TdClassName
{
border-color: #FA0DE1;
}
.TagClassName
{
border-color: #FA0DE1;
}
</style>