Shades of Magenta #FC18EF
Tints of Magenta #FC18EF
RGB
CMYK
RGB Variations
Color information
#FC18EF (or 0xFC18EF) is known color: Magenta. HEX triplet: FC, 18 and EF. RGB value is (252,24,239). Sum of RGB (Red+Green+Blue) = 252+24+239=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 24 (9.77% from 255 or 4.66% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FC18EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC18EF is #03E710. Grayscale: #747474. Windows color (decimal): -255761 or 15669500. OLE color: 15669500.
HSL color Cylindrical-coordinate representation of color #FC18EF: hue angle of 303.42º 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 #FC18EF is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 239 | - |
| CMYK | 0 | 0.90 | 0.05 | 0.01 |
| HSL | 303.42º | 0.97% | 0.54% | - |
| HSV(B) | 303.42º | 0.9% | 0.99% | - |
| XYZ | 56.05 | 27.58 | 84.03 | - |
| YUV | 116.68 | 197.04 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 239 | 0 | 0.90 | 0.05 | 0.01 | 303.42 | 0.97 | 0.54 |
| Hex | FC | 18 | EF | 0 | 5A | 5 | 1 | 12F | 61 | 36 |
| Octal | 374 | 30 | 357 | 0 | 132 | 5 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 11000 | 11101111 | 0 | 1011010 | 101 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC18EF
Complementary color
Monochromatic Colors of #FC18EF
Black with #FC18EF
Text Example
Text Example
White with #FC18EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC18EF; }
p { color: rgb(252,24,239); }
H1.HeaderClassName
{
color: #FC18EF;
}
.AnyTagClassName
{
color: #FC18EF;
}
</style>
background-color css
<style>
a { background-color: #FC18EF; }
a { background-color: rgb(252,24,239); }
div.DivClassName
{
background-color: #FC18EF;
}
.BgClassName
{
background-color: #FC18EF;
}
</style>
border-color css
<style>
span { border-color: #FC18EF; }
span { border-color: rgb(252,24,239); }
td.TdClassName
{
border-color: #FC18EF;
}
.TagClassName
{
border-color: #FC18EF;
}
</style>