Shades of Magenta #FC04E7
Tints of Magenta #FC04E7
RGB
CMYK
RGB Variations
Color information
#FC04E7 (or 0xFC04E7) is known color: Magenta. HEX triplet: FC, 04 and E7. RGB value is (252,4,231). Sum of RGB (Red+Green+Blue) = 252+4+231=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 4 (1.95% from 255 or 0.82% from 487); Blue value is 231 (90.62% from 255 or 47.43% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC04E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC04E7 is #03FB18. Grayscale: #676767. Windows color (decimal): -260889 or 15140092. OLE color: 15140092.
HSL color Cylindrical-coordinate representation of color #FC04E7: hue angle of 305.08º 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 #FC04E7 is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 4 | 231 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.01 |
| HSL | 305.08º | 0.98% | 0.5% | - |
| HSV(B) | 305.08º | 0.98% | 0.99% | - |
| XYZ | 54.61 | 26.55 | 77.85 | - |
| YUV | 104.03 | 199.66 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 4 | 231 | 0 | 0.98 | 0.08 | 0.01 | 305.08 | 0.98 | 0.5 |
| Hex | FC | 4 | E7 | 0 | 62 | 8 | 1 | 131 | 62 | 32 |
| Octal | 374 | 4 | 347 | 0 | 142 | 10 | 1 | 461 | 142 | 62 |
| Binary | 11111100 | 100 | 11100111 | 0 | 1100010 | 1000 | 1 | 100110001 | 1100010 | 110010 |
Color Harmonies of #FC04E7
Complementary color
Monochromatic Colors of #FC04E7
Black with #FC04E7
Text Example
Text Example
White with #FC04E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC04E7; }
p { color: rgb(252,4,231); }
H1.HeaderClassName
{
color: #FC04E7;
}
.AnyTagClassName
{
color: #FC04E7;
}
</style>
background-color css
<style>
a { background-color: #FC04E7; }
a { background-color: rgb(252,4,231); }
div.DivClassName
{
background-color: #FC04E7;
}
.BgClassName
{
background-color: #FC04E7;
}
</style>
border-color css
<style>
span { border-color: #FC04E7; }
span { border-color: rgb(252,4,231); }
td.TdClassName
{
border-color: #FC04E7;
}
.TagClassName
{
border-color: #FC04E7;
}
</style>