Shades of Hot Magenta #FC1ADE
Tints of Hot Magenta #FC1ADE
RGB
CMYK
RGB Variations
Color information
#FC1ADE (or 0xFC1ADE) is known color: Hot Magenta. HEX triplet: FC, 1A and DE. RGB value is (252,26,222). Sum of RGB (Red+Green+Blue) = 252+26+222=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 26 (10.55% from 255 or 5.2% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ADE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ADE is #03E521. Grayscale: #737373. Windows color (decimal): -255266 or 14555900. OLE color: 14555900.
HSL color Cylindrical-coordinate representation of color #FC1ADE: hue angle of 307.96º 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 #FC1ADE is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 222 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.01 |
| HSL | 307.96º | 0.97% | 0.55% | - |
| HSV(B) | 307.96º | 0.9% | 0.99% | - |
| XYZ | 53.7 | 26.71 | 71.43 | - |
| YUV | 115.92 | 187.87 | 225.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 222 | 0 | 0.90 | 0.12 | 0.01 | 307.96 | 0.97 | 0.55 |
| Hex | FC | 1A | DE | 0 | 5A | C | 1 | 134 | 61 | 37 |
| Octal | 374 | 32 | 336 | 0 | 132 | 14 | 1 | 464 | 141 | 67 |
| Binary | 11111100 | 11010 | 11011110 | 0 | 1011010 | 1100 | 1 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FC1ADE
Complementary color
Monochromatic Colors of #FC1ADE
Black with #FC1ADE
Text Example
Text Example
White with #FC1ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ADE; }
p { color: rgb(252,26,222); }
H1.HeaderClassName
{
color: #FC1ADE;
}
.AnyTagClassName
{
color: #FC1ADE;
}
</style>
background-color css
<style>
a { background-color: #FC1ADE; }
a { background-color: rgb(252,26,222); }
div.DivClassName
{
background-color: #FC1ADE;
}
.BgClassName
{
background-color: #FC1ADE;
}
</style>
border-color css
<style>
span { border-color: #FC1ADE; }
span { border-color: rgb(252,26,222); }
td.TdClassName
{
border-color: #FC1ADE;
}
.TagClassName
{
border-color: #FC1ADE;
}
</style>