Shades of Hot Magenta #FC18E2
Tints of Hot Magenta #FC18E2
RGB
CMYK
RGB Variations
Color information
#FC18E2 (or 0xFC18E2) is known color: Hot Magenta. HEX triplet: FC, 18 and E2. RGB value is (252,24,226). Sum of RGB (Red+Green+Blue) = 252+24+226=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 24 (9.77% from 255 or 4.78% from 502); Blue value is 226 (88.67% from 255 or 45.02% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC18E2 is #03E71D. Grayscale: #727272. Windows color (decimal): -255774 or 14817532. OLE color: 14817532.
HSL color Cylindrical-coordinate representation of color #FC18E2: hue angle of 306.84º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC18E2 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 226 | - |
| CMYK | 0 | 0.90 | 0.10 | 0.01 |
| HSL | 306.84º | 0.97% | 0.54% | - |
| HSV(B) | 306.84º | 0.9% | 0.99% | - |
| XYZ | 54.2 | 26.84 | 74.28 | - |
| YUV | 115.2 | 190.54 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 226 | 0 | 0.90 | 0.10 | 0.01 | 306.84 | 0.97 | 0.54 |
| Hex | FC | 18 | E2 | 0 | 5A | A | 1 | 133 | 61 | 36 |
| Octal | 374 | 30 | 342 | 0 | 132 | 12 | 1 | 463 | 141 | 66 |
| Binary | 11111100 | 11000 | 11100010 | 0 | 1011010 | 1010 | 1 | 100110011 | 1100001 | 110110 |
Color Harmonies of #FC18E2
Complementary color
Monochromatic Colors of #FC18E2
Black with #FC18E2
Text Example
Text Example
White with #FC18E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18E2; }
p { color: rgb(252,24,226); }
H1.HeaderClassName
{
color: #FC18E2;
}
.AnyTagClassName
{
color: #FC18E2;
}
</style>
background-color css
<style>
a { background-color: #FC18E2; }
a { background-color: rgb(252,24,226); }
div.DivClassName
{
background-color: #FC18E2;
}
.BgClassName
{
background-color: #FC18E2;
}
</style>
border-color css
<style>
span { border-color: #FC18E2; }
span { border-color: rgb(252,24,226); }
td.TdClassName
{
border-color: #FC18E2;
}
.TagClassName
{
border-color: #FC18E2;
}
</style>