Shades of Hot Magenta #FC1ADD
Tints of Hot Magenta #FC1ADD
RGB
CMYK
RGB Variations
Color information
#FC1ADD (or 0xFC1ADD) is known color: Hot Magenta. HEX triplet: FC, 1A and DD. RGB value is (252,26,221). Sum of RGB (Red+Green+Blue) = 252+26+221=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 26 (10.55% from 255 or 5.21% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FC1ADD is #03E522. Grayscale: #737373. Windows color (decimal): -255267 or 14490364. OLE color: 14490364.
HSL color Cylindrical-coordinate representation of color #FC1ADD: hue angle of 308.23º 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 #FC1ADD is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 221 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.01 |
| HSL | 308.23º | 0.97% | 0.55% | - |
| HSV(B) | 308.23º | 0.9% | 0.99% | - |
| XYZ | 53.57 | 26.65 | 70.73 | - |
| YUV | 115.8 | 187.37 | 225.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 221 | 0 | 0.90 | 0.12 | 0.01 | 308.23 | 0.97 | 0.55 |
| Hex | FC | 1A | DD | 0 | 5A | C | 1 | 134 | 61 | 37 |
| Octal | 374 | 32 | 335 | 0 | 132 | 14 | 1 | 464 | 141 | 67 |
| Binary | 11111100 | 11010 | 11011101 | 0 | 1011010 | 1100 | 1 | 100110100 | 1100001 | 110111 |
Color Harmonies of #FC1ADD
Complementary color
Monochromatic Colors of #FC1ADD
Black with #FC1ADD
Text Example
Text Example
White with #FC1ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1ADD; }
p { color: rgb(252,26,221); }
H1.HeaderClassName
{
color: #FC1ADD;
}
.AnyTagClassName
{
color: #FC1ADD;
}
</style>
background-color css
<style>
a { background-color: #FC1ADD; }
a { background-color: rgb(252,26,221); }
div.DivClassName
{
background-color: #FC1ADD;
}
.BgClassName
{
background-color: #FC1ADD;
}
</style>
border-color css
<style>
span { border-color: #FC1ADD; }
span { border-color: rgb(252,26,221); }
td.TdClassName
{
border-color: #FC1ADD;
}
.TagClassName
{
border-color: #FC1ADD;
}
</style>