Shades of Hot Magenta #FA13DF
Tints of Hot Magenta #FA13DF
RGB
CMYK
RGB Variations
Color information
#FA13DF (or 0xFA13DF) is known color: Hot Magenta. HEX triplet: FA, 13 and DF. RGB value is (250,19,223). Sum of RGB (Red+Green+Blue) = 250+19+223=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 19 (7.81% from 255 or 3.86% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA13DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA13DF is #05EC20. Grayscale: #6E6E6E. Windows color (decimal): -388129 or 14619642. OLE color: 14619642.
HSL color Cylindrical-coordinate representation of color #FA13DF: hue angle of 307.01º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA13DF is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 19 | 223 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.02 |
| HSL | 307.01º | 0.96% | 0.53% | - |
| HSV(B) | 307.01º | 0.92% | 0.98% | - |
| XYZ | 52.98 | 26.12 | 72.06 | - |
| YUV | 111.33 | 191.03 | 226.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 19 | 223 | 0 | 0.92 | 0.11 | 0.02 | 307.01 | 0.96 | 0.53 |
| Hex | FA | 13 | DF | 0 | 5C | B | 2 | 133 | 60 | 35 |
| Octal | 372 | 23 | 337 | 0 | 134 | 13 | 2 | 463 | 140 | 65 |
| Binary | 11111010 | 10011 | 11011111 | 0 | 1011100 | 1011 | 10 | 100110011 | 1100000 | 110101 |
Color Harmonies of #FA13DF
Complementary color
Monochromatic Colors of #FA13DF
Black with #FA13DF
Text Example
Text Example
White with #FA13DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA13DF; }
p { color: rgb(250,19,223); }
H1.HeaderClassName
{
color: #FA13DF;
}
.AnyTagClassName
{
color: #FA13DF;
}
</style>
background-color css
<style>
a { background-color: #FA13DF; }
a { background-color: rgb(250,19,223); }
div.DivClassName
{
background-color: #FA13DF;
}
.BgClassName
{
background-color: #FA13DF;
}
</style>
border-color css
<style>
span { border-color: #FA13DF; }
span { border-color: rgb(250,19,223); }
td.TdClassName
{
border-color: #FA13DF;
}
.TagClassName
{
border-color: #FA13DF;
}
</style>