Shades of Hot Magenta #FA01D7
Tints of Hot Magenta #FA01D7
RGB
CMYK
RGB Variations
Color information
#FA01D7 (or 0xFA01D7) is known color: Hot Magenta. HEX triplet: FA, 01 and D7. RGB value is (250,1,215). Sum of RGB (Red+Green+Blue) = 250+1+215=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 1 (0.78% from 255 or 0.21% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA01D7 is #05FE28. Grayscale: #636363. Windows color (decimal): -392745 or 14090746. OLE color: 14090746.
HSL color Cylindrical-coordinate representation of color #FA01D7: hue angle of 308.43º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01D7 is Cyan = 0, Magento = 1.00, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 215 | - |
| CMYK | 0 | 1.00 | 0.14 | 0.02 |
| HSL | 308.43º | 0.99% | 0.49% | - |
| HSV(B) | 308.43º | 1% | 0.98% | - |
| XYZ | 51.7 | 25.25 | 66.44 | - |
| YUV | 99.85 | 192.99 | 235.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 215 | 0 | 1.00 | 0.14 | 0.02 | 308.43 | 0.99 | 0.49 |
| Hex | FA | 1 | D7 | 0 | 64 | E | 2 | 134 | 63 | 31 |
| Octal | 372 | 1 | 327 | 0 | 144 | 16 | 2 | 464 | 143 | 61 |
| Binary | 11111010 | 1 | 11010111 | 0 | 1100100 | 1110 | 10 | 100110100 | 1100011 | 110001 |
Color Harmonies of #FA01D7
Complementary color
Monochromatic Colors of #FA01D7
Black with #FA01D7
Text Example
Text Example
White with #FA01D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01D7; }
p { color: rgb(250,1,215); }
H1.HeaderClassName
{
color: #FA01D7;
}
.AnyTagClassName
{
color: #FA01D7;
}
</style>
background-color css
<style>
a { background-color: #FA01D7; }
a { background-color: rgb(250,1,215); }
div.DivClassName
{
background-color: #FA01D7;
}
.BgClassName
{
background-color: #FA01D7;
}
</style>
border-color css
<style>
span { border-color: #FA01D7; }
span { border-color: rgb(250,1,215); }
td.TdClassName
{
border-color: #FA01D7;
}
.TagClassName
{
border-color: #FA01D7;
}
</style>