Shades of Hot Magenta #FC12D3
Tints of Hot Magenta #FC12D3
RGB
CMYK
RGB Variations
Color information
#FC12D3 (or 0xFC12D3) is known color: Hot Magenta. HEX triplet: FC, 12 and D3. RGB value is (252,18,211). Sum of RGB (Red+Green+Blue) = 252+18+211=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 18 (7.42% from 255 or 3.74% from 481); Blue value is 211 (82.81% from 255 or 43.87% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC12D3 is #03ED2C. Grayscale: #6D6D6D. Windows color (decimal): -257325 or 13832956. OLE color: 13832956.
HSL color Cylindrical-coordinate representation of color #FC12D3: hue angle of 310.51º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC12D3 is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 211 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.01 |
| HSL | 310.51º | 0.98% | 0.53% | - |
| HSV(B) | 310.51º | 0.93% | 0.99% | - |
| XYZ | 52.12 | 25.83 | 63.87 | - |
| YUV | 109.97 | 185.02 | 229.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 211 | 0 | 0.93 | 0.16 | 0.01 | 310.51 | 0.98 | 0.53 |
| Hex | FC | 12 | D3 | 0 | 5D | 10 | 1 | 137 | 62 | 35 |
| Octal | 374 | 22 | 323 | 0 | 135 | 20 | 1 | 467 | 142 | 65 |
| Binary | 11111100 | 10010 | 11010011 | 0 | 1011101 | 10000 | 1 | 100110111 | 1100010 | 110101 |
Color Harmonies of #FC12D3
Complementary color
Monochromatic Colors of #FC12D3
Black with #FC12D3
Text Example
Text Example
White with #FC12D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12D3; }
p { color: rgb(252,18,211); }
H1.HeaderClassName
{
color: #FC12D3;
}
.AnyTagClassName
{
color: #FC12D3;
}
</style>
background-color css
<style>
a { background-color: #FC12D3; }
a { background-color: rgb(252,18,211); }
div.DivClassName
{
background-color: #FC12D3;
}
.BgClassName
{
background-color: #FC12D3;
}
</style>
border-color css
<style>
span { border-color: #FC12D3; }
span { border-color: rgb(252,18,211); }
td.TdClassName
{
border-color: #FC12D3;
}
.TagClassName
{
border-color: #FC12D3;
}
</style>