Shades of Magenta #FC0CF4
Tints of Magenta #FC0CF4
RGB
CMYK
RGB Variations
Color information
#FC0CF4 (or 0xFC0CF4) is known color: Magenta. HEX triplet: FC, 0C and F4. RGB value is (252,12,244). Sum of RGB (Red+Green+Blue) = 252+12+244=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 12 (5.08% from 255 or 2.36% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0CF4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0CF4 is #03F30B. Grayscale: #6D6D6D. Windows color (decimal): -258828 or 15994108. OLE color: 15994108.
HSL color Cylindrical-coordinate representation of color #FC0CF4: hue angle of 302º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC0CF4 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 12 | 244 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.01 |
| HSL | 302º | 0.98% | 0.52% | - |
| HSV(B) | 302º | 0.95% | 0.99% | - |
| XYZ | 56.61 | 27.49 | 87.91 | - |
| YUV | 110.21 | 203.51 | 229.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 12 | 244 | 0 | 0.95 | 0.03 | 0.01 | 302 | 0.98 | 0.52 |
| Hex | FC | C | F4 | 0 | 5F | 3 | 1 | 12E | 62 | 34 |
| Octal | 374 | 14 | 364 | 0 | 137 | 3 | 1 | 456 | 142 | 64 |
| Binary | 11111100 | 1100 | 11110100 | 0 | 1011111 | 11 | 1 | 100101110 | 1100010 | 110100 |
Color Harmonies of #FC0CF4
Complementary color
Monochromatic Colors of #FC0CF4
Black with #FC0CF4
Text Example
Text Example
White with #FC0CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0CF4; }
p { color: rgb(252,12,244); }
H1.HeaderClassName
{
color: #FC0CF4;
}
.AnyTagClassName
{
color: #FC0CF4;
}
</style>
background-color css
<style>
a { background-color: #FC0CF4; }
a { background-color: rgb(252,12,244); }
div.DivClassName
{
background-color: #FC0CF4;
}
.BgClassName
{
background-color: #FC0CF4;
}
</style>
border-color css
<style>
span { border-color: #FC0CF4; }
span { border-color: rgb(252,12,244); }
td.TdClassName
{
border-color: #FC0CF4;
}
.TagClassName
{
border-color: #FC0CF4;
}
</style>