Shades of Hot Magenta #FA15D7
Tints of Hot Magenta #FA15D7
RGB
CMYK
RGB Variations
Color information
#FA15D7 (or 0xFA15D7) is known color: Hot Magenta. HEX triplet: FA, 15 and D7. RGB value is (250,21,215). Sum of RGB (Red+Green+Blue) = 250+21+215=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 21 (8.59% from 255 or 4.32% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15D7 is #05EA28. Grayscale: #6F6F6F. Windows color (decimal): -387625 or 14095866. OLE color: 14095866.
HSL color Cylindrical-coordinate representation of color #FA15D7: hue angle of 309.17º 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 #FA15D7 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 215 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.02 |
| HSL | 309.17º | 0.96% | 0.53% | - |
| HSV(B) | 309.17º | 0.92% | 0.98% | - |
| XYZ | 51.96 | 25.77 | 66.52 | - |
| YUV | 111.59 | 186.37 | 226.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 215 | 0 | 0.92 | 0.14 | 0.02 | 309.17 | 0.96 | 0.53 |
| Hex | FA | 15 | D7 | 0 | 5C | E | 2 | 135 | 60 | 35 |
| Octal | 372 | 25 | 327 | 0 | 134 | 16 | 2 | 465 | 140 | 65 |
| Binary | 11111010 | 10101 | 11010111 | 0 | 1011100 | 1110 | 10 | 100110101 | 1100000 | 110101 |
Color Harmonies of #FA15D7
Complementary color
Monochromatic Colors of #FA15D7
Black with #FA15D7
Text Example
Text Example
White with #FA15D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15D7; }
p { color: rgb(250,21,215); }
H1.HeaderClassName
{
color: #FA15D7;
}
.AnyTagClassName
{
color: #FA15D7;
}
</style>
background-color css
<style>
a { background-color: #FA15D7; }
a { background-color: rgb(250,21,215); }
div.DivClassName
{
background-color: #FA15D7;
}
.BgClassName
{
background-color: #FA15D7;
}
</style>
border-color css
<style>
span { border-color: #FA15D7; }
span { border-color: rgb(250,21,215); }
td.TdClassName
{
border-color: #FA15D7;
}
.TagClassName
{
border-color: #FA15D7;
}
</style>