Shades of Hot Magenta #FA00DD
Tints of Hot Magenta #FA00DD
RGB
CMYK
RGB Variations
Color information
#FA00DD (or 0xFA00DD) is known color: Hot Magenta. HEX triplet: FA, 00 and DD. RGB value is (250,0,221). Sum of RGB (Red+Green+Blue) = 250+0+221=471 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.08% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 250 - color contains mainly: red. Hex color #FA00DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA00DD is #05FF22. Grayscale: #636363. Windows color (decimal): -392995 or 14483706. OLE color: 14483706.
HSL color Cylindrical-coordinate representation of color #FA00DD: hue angle of 306.96º 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 #FA00DD is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 0 | 221 | - |
| CMYK | 0 | 1 | 0.12 | 0.02 |
| HSL | 306.96º | 1% | 0.49% | - |
| HSV(B) | 306.96º | 1% | 0.98% | - |
| XYZ | 52.48 | 25.54 | 70.57 | - |
| YUV | 99.94 | 196.33 | 235.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 0 | 221 | 0 | 1 | 0.12 | 0.02 | 306.96 | 1 | 0.49 |
| Hex | FA | 0 | DD | 0 | 64 | C | 2 | 133 | 64 | 31 |
| Octal | 372 | 0 | 335 | 0 | 144 | 14 | 2 | 463 | 144 | 61 |
| Binary | 11111010 | 0 | 11011101 | 0 | 1100100 | 1100 | 10 | 100110011 | 1100100 | 110001 |
Color Harmonies of #FA00DD
Complementary color
Monochromatic Colors of #FA00DD
Black with #FA00DD
Text Example
Text Example
White with #FA00DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA00DD; }
p { color: rgb(250,0,221); }
H1.HeaderClassName
{
color: #FA00DD;
}
.AnyTagClassName
{
color: #FA00DD;
}
</style>
background-color css
<style>
a { background-color: #FA00DD; }
a { background-color: rgb(250,0,221); }
div.DivClassName
{
background-color: #FA00DD;
}
.BgClassName
{
background-color: #FA00DD;
}
</style>
border-color css
<style>
span { border-color: #FA00DD; }
span { border-color: rgb(250,0,221); }
td.TdClassName
{
border-color: #FA00DD;
}
.TagClassName
{
border-color: #FA00DD;
}
</style>