Shades of Hot Magenta #FB1ADC
Tints of Hot Magenta #FB1ADC
RGB
CMYK
RGB Variations
Color information
#FB1ADC (or 0xFB1ADC) is known color: Hot Magenta. HEX triplet: FB, 1A and DC. RGB value is (251,26,220). Sum of RGB (Red+Green+Blue) = 251+26+220=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1ADC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FB1ADC is #04E523. Grayscale: #727272. Windows color (decimal): -320804 or 14424827. OLE color: 14424827.
HSL color Cylindrical-coordinate representation of color #FB1ADC: hue angle of 308.27º degrees, saturation: 0.97, 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 #FB1ADC is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 26 | 220 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.02 |
| HSL | 308.27º | 0.97% | 0.54% | - |
| HSV(B) | 308.27º | 0.9% | 0.98% | - |
| XYZ | 53.07 | 26.42 | 70.01 | - |
| YUV | 115.39 | 187.04 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 26 | 220 | 0 | 0.90 | 0.12 | 0.02 | 308.27 | 0.97 | 0.54 |
| Hex | FB | 1A | DC | 0 | 5A | C | 2 | 134 | 61 | 36 |
| Octal | 373 | 32 | 334 | 0 | 132 | 14 | 2 | 464 | 141 | 66 |
| Binary | 11111011 | 11010 | 11011100 | 0 | 1011010 | 1100 | 10 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FB1ADC
Complementary color
Monochromatic Colors of #FB1ADC
Black with #FB1ADC
Text Example
Text Example
White with #FB1ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1ADC; }
p { color: rgb(251,26,220); }
H1.HeaderClassName
{
color: #FB1ADC;
}
.AnyTagClassName
{
color: #FB1ADC;
}
</style>
background-color css
<style>
a { background-color: #FB1ADC; }
a { background-color: rgb(251,26,220); }
div.DivClassName
{
background-color: #FB1ADC;
}
.BgClassName
{
background-color: #FB1ADC;
}
</style>
border-color css
<style>
span { border-color: #FB1ADC; }
span { border-color: rgb(251,26,220); }
td.TdClassName
{
border-color: #FB1ADC;
}
.TagClassName
{
border-color: #FB1ADC;
}
</style>