Shades of Magenta #FC12EA
Tints of Magenta #FC12EA
RGB
CMYK
RGB Variations
Color information
#FC12EA (or 0xFC12EA) is known color: Magenta. HEX triplet: FC, 12 and EA. RGB value is (252,18,234). Sum of RGB (Red+Green+Blue) = 252+18+234=504 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50% from 504); Green value is 18 (7.42% from 255 or 3.57% from 504); Blue value is 234 (91.80% from 255 or 46.43% from 504); Max value from RGB is 252 - color contains mainly: red. Hex color #FC12EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC12EA is #03ED15. Grayscale: #6F6F6F. Windows color (decimal): -257302 or 15340284. OLE color: 15340284.
HSL color Cylindrical-coordinate representation of color #FC12EA: hue angle of 304.62º 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 #FC12EA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 234 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.01 |
| HSL | 304.62º | 0.98% | 0.53% | - |
| HSV(B) | 304.62º | 0.93% | 0.99% | - |
| XYZ | 55.21 | 27.07 | 80.16 | - |
| YUV | 112.59 | 196.52 | 227.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 234 | 0 | 0.93 | 0.07 | 0.01 | 304.62 | 0.98 | 0.53 |
| Hex | FC | 12 | EA | 0 | 5D | 7 | 1 | 131 | 62 | 35 |
| Octal | 374 | 22 | 352 | 0 | 135 | 7 | 1 | 461 | 142 | 65 |
| Binary | 11111100 | 10010 | 11101010 | 0 | 1011101 | 111 | 1 | 100110001 | 1100010 | 110101 |
Color Harmonies of #FC12EA
Complementary color
Monochromatic Colors of #FC12EA
Black with #FC12EA
Text Example
Text Example
White with #FC12EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC12EA; }
p { color: rgb(252,18,234); }
H1.HeaderClassName
{
color: #FC12EA;
}
.AnyTagClassName
{
color: #FC12EA;
}
</style>
background-color css
<style>
a { background-color: #FC12EA; }
a { background-color: rgb(252,18,234); }
div.DivClassName
{
background-color: #FC12EA;
}
.BgClassName
{
background-color: #FC12EA;
}
</style>
border-color css
<style>
span { border-color: #FC12EA; }
span { border-color: rgb(252,18,234); }
td.TdClassName
{
border-color: #FC12EA;
}
.TagClassName
{
border-color: #FC12EA;
}
</style>