Shades of Magenta #FC04F2
Tints of Magenta #FC04F2
RGB
CMYK
RGB Variations
Color information
#FC04F2 (or 0xFC04F2) is known color: Magenta. HEX triplet: FC, 04 and F2. RGB value is (252,4,242). Sum of RGB (Red+Green+Blue) = 252+4+242=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 4 (1.95% from 255 or 0.80% from 498); Blue value is 242 (94.92% from 255 or 48.59% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04F2 is #03FB0D. Grayscale: #686868. Windows color (decimal): -260878 or 15860988. OLE color: 15860988.
HSL color Cylindrical-coordinate representation of color #FC04F2: hue angle of 302.42º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC04F2 is Cyan = 0, Magento = 0.98, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 242 | - |
| CMYK | 0 | 0.98 | 0.04 | 0.01 |
| HSL | 302.42º | 0.98% | 0.5% | - |
| HSV(B) | 302.42º | 0.98% | 0.99% | - |
| XYZ | 56.22 | 27.19 | 86.29 | - |
| YUV | 105.28 | 205.16 | 232.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 242 | 0 | 0.98 | 0.04 | 0.01 | 302.42 | 0.98 | 0.5 |
| Hex | FC | 4 | F2 | 0 | 62 | 4 | 1 | 12E | 62 | 32 |
| Octal | 374 | 4 | 362 | 0 | 142 | 4 | 1 | 456 | 142 | 62 |
| Binary | 11111100 | 100 | 11110010 | 0 | 1100010 | 100 | 1 | 100101110 | 1100010 | 110010 |
Color Harmonies of #FC04F2
Complementary color
Monochromatic Colors of #FC04F2
Black with #FC04F2
Text Example
Text Example
White with #FC04F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04F2; }
p { color: rgb(252,4,242); }
H1.HeaderClassName
{
color: #FC04F2;
}
.AnyTagClassName
{
color: #FC04F2;
}
</style>
background-color css
<style>
a { background-color: #FC04F2; }
a { background-color: rgb(252,4,242); }
div.DivClassName
{
background-color: #FC04F2;
}
.BgClassName
{
background-color: #FC04F2;
}
</style>
border-color css
<style>
span { border-color: #FC04F2; }
span { border-color: rgb(252,4,242); }
td.TdClassName
{
border-color: #FC04F2;
}
.TagClassName
{
border-color: #FC04F2;
}
</style>