Shades of Hot Magenta #FA15DF
Tints of Hot Magenta #FA15DF
RGB
CMYK
RGB Variations
Color information
#FA15DF (or 0xFA15DF) is known color: Hot Magenta. HEX triplet: FA, 15 and DF. RGB value is (250,21,223). Sum of RGB (Red+Green+Blue) = 250+21+223=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 21 (8.59% from 255 or 4.25% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15DF is #05EA20. Grayscale: #6F6F6F. Windows color (decimal): -387617 or 14620154. OLE color: 14620154.
HSL color Cylindrical-coordinate representation of color #FA15DF: hue angle of 307.07º 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 #FA15DF is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 223 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.02 |
| HSL | 307.07º | 0.96% | 0.53% | - |
| HSV(B) | 307.07º | 0.92% | 0.98% | - |
| XYZ | 53.01 | 26.19 | 72.07 | - |
| YUV | 112.5 | 190.37 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 223 | 0 | 0.92 | 0.11 | 0.02 | 307.07 | 0.96 | 0.53 |
| Hex | FA | 15 | DF | 0 | 5C | B | 2 | 133 | 60 | 35 |
| Octal | 372 | 25 | 337 | 0 | 134 | 13 | 2 | 463 | 140 | 65 |
| Binary | 11111010 | 10101 | 11011111 | 0 | 1011100 | 1011 | 10 | 100110011 | 1100000 | 110101 |
Color Harmonies of #FA15DF
Complementary color
Monochromatic Colors of #FA15DF
Black with #FA15DF
Text Example
Text Example
White with #FA15DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15DF; }
p { color: rgb(250,21,223); }
H1.HeaderClassName
{
color: #FA15DF;
}
.AnyTagClassName
{
color: #FA15DF;
}
</style>
background-color css
<style>
a { background-color: #FA15DF; }
a { background-color: rgb(250,21,223); }
div.DivClassName
{
background-color: #FA15DF;
}
.BgClassName
{
background-color: #FA15DF;
}
</style>
border-color css
<style>
span { border-color: #FA15DF; }
span { border-color: rgb(250,21,223); }
td.TdClassName
{
border-color: #FA15DF;
}
.TagClassName
{
border-color: #FA15DF;
}
</style>