Shades of Hot Magenta #FC1ADB
Tints of Hot Magenta #FC1ADB
RGB
CMYK
RGB Variations
Color information
#FC1ADB (or 0xFC1ADB) is known color: Hot Magenta. HEX triplet: FC, 1A and DB. RGB value is (252,26,219). Sum of RGB (Red+Green+Blue) = 252+26+219=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 26 (10.55% from 255 or 5.23% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ADB is #03E524. Grayscale: #737373. Windows color (decimal): -255269 or 14359292. OLE color: 14359292.
HSL color Cylindrical-coordinate representation of color #FC1ADB: hue angle of 308.76º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC1ADB is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 219 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.01 |
| HSL | 308.76º | 0.97% | 0.55% | - |
| HSV(B) | 308.76º | 0.9% | 0.99% | - |
| XYZ | 53.3 | 26.55 | 69.33 | - |
| YUV | 115.58 | 186.37 | 225.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 219 | 0 | 0.90 | 0.13 | 0.01 | 308.76 | 0.97 | 0.55 |
| Hex | FC | 1A | DB | 0 | 5A | D | 1 | 135 | 61 | 37 |
| Octal | 374 | 32 | 333 | 0 | 132 | 15 | 1 | 465 | 141 | 67 |
| Binary | 11111100 | 11010 | 11011011 | 0 | 1011010 | 1101 | 1 | 100110101 | 1100001 | 110111 |
Color Harmonies of #FC1ADB
Complementary color
Monochromatic Colors of #FC1ADB
Black with #FC1ADB
Text Example
Text Example
White with #FC1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ADB; }
p { color: rgb(252,26,219); }
H1.HeaderClassName
{
color: #FC1ADB;
}
.AnyTagClassName
{
color: #FC1ADB;
}
</style>
background-color css
<style>
a { background-color: #FC1ADB; }
a { background-color: rgb(252,26,219); }
div.DivClassName
{
background-color: #FC1ADB;
}
.BgClassName
{
background-color: #FC1ADB;
}
</style>
border-color css
<style>
span { border-color: #FC1ADB; }
span { border-color: rgb(252,26,219); }
td.TdClassName
{
border-color: #FC1ADB;
}
.TagClassName
{
border-color: #FC1ADB;
}
</style>