Shades of Hot Magenta #FA05DF
Tints of Hot Magenta #FA05DF
RGB
CMYK
RGB Variations
Color information
#FA05DF (or 0xFA05DF) is known color: Hot Magenta. HEX triplet: FA, 05 and DF. RGB value is (250,5,223). Sum of RGB (Red+Green+Blue) = 250+5+223=478 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.30% from 478); Green value is 5 (2.34% from 255 or 1.05% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 250 - color contains mainly: red. Hex color #FA05DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA05DF is #05FA20. Grayscale: #666666. Windows color (decimal): -391713 or 14616058. OLE color: 14616058.
HSL color Cylindrical-coordinate representation of color #FA05DF: hue angle of 306.61º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FA05DF is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 5 | 223 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.02 |
| HSL | 306.61º | 0.96% | 0.5% | - |
| HSV(B) | 306.61º | 0.98% | 0.98% | - |
| XYZ | 52.8 | 25.76 | 72 | - |
| YUV | 103.11 | 195.67 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 5 | 223 | 0 | 0.98 | 0.11 | 0.02 | 306.61 | 0.96 | 0.5 |
| Hex | FA | 5 | DF | 0 | 62 | B | 2 | 133 | 60 | 32 |
| Octal | 372 | 5 | 337 | 0 | 142 | 13 | 2 | 463 | 140 | 62 |
| Binary | 11111010 | 101 | 11011111 | 0 | 1100010 | 1011 | 10 | 100110011 | 1100000 | 110010 |
Color Harmonies of #FA05DF
Complementary color
Monochromatic Colors of #FA05DF
Black with #FA05DF
Text Example
Text Example
White with #FA05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA05DF; }
p { color: rgb(250,5,223); }
H1.HeaderClassName
{
color: #FA05DF;
}
.AnyTagClassName
{
color: #FA05DF;
}
</style>
background-color css
<style>
a { background-color: #FA05DF; }
a { background-color: rgb(250,5,223); }
div.DivClassName
{
background-color: #FA05DF;
}
.BgClassName
{
background-color: #FA05DF;
}
</style>
border-color css
<style>
span { border-color: #FA05DF; }
span { border-color: rgb(250,5,223); }
td.TdClassName
{
border-color: #FA05DF;
}
.TagClassName
{
border-color: #FA05DF;
}
</style>