Shades of Hot Magenta #FA00DE
Tints of Hot Magenta #FA00DE
RGB
CMYK
RGB Variations
Color information
#FA00DE (or 0xFA00DE) is known color: Hot Magenta. HEX triplet: FA, 00 and DE. RGB value is (250,0,222). Sum of RGB (Red+Green+Blue) = 250+0+222=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 0 (0.39% from 255 or 0% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00DE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00DE is #05FF21. Grayscale: #636363. Windows color (decimal): -392994 or 14549242. OLE color: 14549242.
HSL color Cylindrical-coordinate representation of color #FA00DE: hue angle of 306.72º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA00DE is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 222 | - |
| CMYK | 0 | 1 | 0.11 | 0.02 |
| HSL | 306.72º | 1% | 0.49% | - |
| HSV(B) | 306.72º | 1% | 0.98% | - |
| XYZ | 52.61 | 25.6 | 71.28 | - |
| YUV | 100.06 | 196.83 | 234.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 222 | 0 | 1 | 0.11 | 0.02 | 306.72 | 1 | 0.49 |
| Hex | FA | 0 | DE | 0 | 64 | B | 2 | 133 | 64 | 31 |
| Octal | 372 | 0 | 336 | 0 | 144 | 13 | 2 | 463 | 144 | 61 |
| Binary | 11111010 | 0 | 11011110 | 0 | 1100100 | 1011 | 10 | 100110011 | 1100100 | 110001 |
Color Harmonies of #FA00DE
Complementary color
Monochromatic Colors of #FA00DE
Black with #FA00DE
Text Example
Text Example
White with #FA00DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00DE; }
p { color: rgb(250,0,222); }
H1.HeaderClassName
{
color: #FA00DE;
}
.AnyTagClassName
{
color: #FA00DE;
}
</style>
background-color css
<style>
a { background-color: #FA00DE; }
a { background-color: rgb(250,0,222); }
div.DivClassName
{
background-color: #FA00DE;
}
.BgClassName
{
background-color: #FA00DE;
}
</style>
border-color css
<style>
span { border-color: #FA00DE; }
span { border-color: rgb(250,0,222); }
td.TdClassName
{
border-color: #FA00DE;
}
.TagClassName
{
border-color: #FA00DE;
}
</style>