Shades of Hot Magenta #FC13E2
Tints of Hot Magenta #FC13E2
RGB
CMYK
RGB Variations
Color information
#FC13E2 (or 0xFC13E2) is known color: Hot Magenta. HEX triplet: FC, 13 and E2. RGB value is (252,19,226). Sum of RGB (Red+Green+Blue) = 252+19+226=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 226 (88.67% from 255 or 45.47% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC13E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC13E2 is #03EC1D. Grayscale: #6F6F6F. Windows color (decimal): -257054 or 14816252. OLE color: 14816252.
HSL color Cylindrical-coordinate representation of color #FC13E2: hue angle of 306.7º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC13E2 is Cyan = 0, Magento = 0.92, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 226 | - |
| CMYK | 0 | 0.92 | 0.10 | 0.01 |
| HSL | 306.7º | 0.97% | 0.53% | - |
| HSV(B) | 306.7º | 0.92% | 0.99% | - |
| XYZ | 54.11 | 26.65 | 74.24 | - |
| YUV | 112.27 | 192.19 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 226 | 0 | 0.92 | 0.10 | 0.01 | 306.7 | 0.97 | 0.53 |
| Hex | FC | 13 | E2 | 0 | 5C | A | 1 | 133 | 61 | 35 |
| Octal | 374 | 23 | 342 | 0 | 134 | 12 | 1 | 463 | 141 | 65 |
| Binary | 11111100 | 10011 | 11100010 | 0 | 1011100 | 1010 | 1 | 100110011 | 1100001 | 110101 |
Color Harmonies of #FC13E2
Complementary color
Monochromatic Colors of #FC13E2
Black with #FC13E2
Text Example
Text Example
White with #FC13E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC13E2; }
p { color: rgb(252,19,226); }
H1.HeaderClassName
{
color: #FC13E2;
}
.AnyTagClassName
{
color: #FC13E2;
}
</style>
background-color css
<style>
a { background-color: #FC13E2; }
a { background-color: rgb(252,19,226); }
div.DivClassName
{
background-color: #FC13E2;
}
.BgClassName
{
background-color: #FC13E2;
}
</style>
border-color css
<style>
span { border-color: #FC13E2; }
span { border-color: rgb(252,19,226); }
td.TdClassName
{
border-color: #FC13E2;
}
.TagClassName
{
border-color: #FC13E2;
}
</style>