Shades of Hot Magenta #FA1ADC
Tints of Hot Magenta #FA1ADC
RGB
CMYK
RGB Variations
Color information
#FA1ADC (or 0xFA1ADC) is known color: Hot Magenta. HEX triplet: FA, 1A and DC. RGB value is (250,26,220). Sum of RGB (Red+Green+Blue) = 250+26+220=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 26 (10.55% from 255 or 5.24% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FA1ADC is #05E523. Grayscale: #727272. Windows color (decimal): -386340 or 14424826. OLE color: 14424826.
HSL color Cylindrical-coordinate representation of color #FA1ADC: hue angle of 308.04º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1ADC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 26 | 220 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.04º | 0.96% | 0.54% | - |
| HSV(B) | 308.04º | 0.9% | 0.98% | - |
| XYZ | 52.71 | 26.23 | 69.99 | - |
| YUV | 115.09 | 187.21 | 224.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 26 | 220 | 0 | 0.90 | 0.12 | 0.02 | 308.04 | 0.96 | 0.54 |
| Hex | FA | 1A | DC | 0 | 5A | C | 2 | 134 | 60 | 36 |
| Octal | 372 | 32 | 334 | 0 | 132 | 14 | 2 | 464 | 140 | 66 |
| Binary | 11111010 | 11010 | 11011100 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100000 | 110110 |
Color Harmonies of #FA1ADC
Complementary color
Monochromatic Colors of #FA1ADC
Black with #FA1ADC
Text Example
Text Example
White with #FA1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1ADC; }
p { color: rgb(250,26,220); }
H1.HeaderClassName
{
color: #FA1ADC;
}
.AnyTagClassName
{
color: #FA1ADC;
}
</style>
background-color css
<style>
a { background-color: #FA1ADC; }
a { background-color: rgb(250,26,220); }
div.DivClassName
{
background-color: #FA1ADC;
}
.BgClassName
{
background-color: #FA1ADC;
}
</style>
border-color css
<style>
span { border-color: #FA1ADC; }
span { border-color: rgb(250,26,220); }
td.TdClassName
{
border-color: #FA1ADC;
}
.TagClassName
{
border-color: #FA1ADC;
}
</style>