Shades of Hot Magenta #FA15DC
Tints of Hot Magenta #FA15DC
RGB
CMYK
RGB Variations
Color information
#FA15DC (or 0xFA15DC) is known color: Hot Magenta. HEX triplet: FA, 15 and DC. RGB value is (250,21,220). Sum of RGB (Red+Green+Blue) = 250+21+220=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 21 (8.59% from 255 or 4.28% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA15DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FA15DC is #05EA23. Grayscale: #6F6F6F. Windows color (decimal): -387620 or 14423546. OLE color: 14423546.
HSL color Cylindrical-coordinate representation of color #FA15DC: hue angle of 307.86º 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 #FA15DC is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 21 | 220 | - |
| CMYK | 0 | 0.92 | 0.12 | 0.02 |
| HSL | 307.86º | 0.96% | 0.53% | - |
| HSV(B) | 307.86º | 0.92% | 0.98% | - |
| XYZ | 52.61 | 26.03 | 69.96 | - |
| YUV | 112.16 | 188.87 | 226.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 21 | 220 | 0 | 0.92 | 0.12 | 0.02 | 307.86 | 0.96 | 0.53 |
| Hex | FA | 15 | DC | 0 | 5C | C | 2 | 134 | 60 | 35 |
| Octal | 372 | 25 | 334 | 0 | 134 | 14 | 2 | 464 | 140 | 65 |
| Binary | 11111010 | 10101 | 11011100 | 0 | 1011100 | 1100 | 10 | 100110100 | 1100000 | 110101 |
Color Harmonies of #FA15DC
Complementary color
Monochromatic Colors of #FA15DC
Black with #FA15DC
Text Example
Text Example
White with #FA15DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA15DC; }
p { color: rgb(250,21,220); }
H1.HeaderClassName
{
color: #FA15DC;
}
.AnyTagClassName
{
color: #FA15DC;
}
</style>
background-color css
<style>
a { background-color: #FA15DC; }
a { background-color: rgb(250,21,220); }
div.DivClassName
{
background-color: #FA15DC;
}
.BgClassName
{
background-color: #FA15DC;
}
</style>
border-color css
<style>
span { border-color: #FA15DC; }
span { border-color: rgb(250,21,220); }
td.TdClassName
{
border-color: #FA15DC;
}
.TagClassName
{
border-color: #FA15DC;
}
</style>