Shades of Pale Magenta #FC7CE0
Tints of Pale Magenta #FC7CE0
RGB
CMYK
RGB Variations
Color information
#FC7CE0 (or 0xFC7CE0) is known color: Pale Magenta. HEX triplet: FC, 7C and E0. RGB value is (252,124,224). Sum of RGB (Red+Green+Blue) = 252+124+224=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 224 (87.89% from 255 or 37.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CE0 is #03831F. Grayscale: #ADADAD. Windows color (decimal): -230176 or 14712060. OLE color: 14712060.
HSL color Cylindrical-coordinate representation of color #FC7CE0: hue angle of 313.12º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FC7CE0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 224 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.01 |
| HSL | 313.13º | 0.96% | 0.74% | - |
| HSV(B) | 313.13º | 0.51% | 0.99% | - |
| XYZ | 60.81 | 40.49 | 75.13 | - |
| YUV | 173.67 | 156.41 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 224 | 0 | 0.51 | 0.11 | 0.01 | 313.13 | 0.96 | 0.74 |
| Hex | FC | 7C | E0 | 0 | 33 | B | 1 | 139 | 60 | 4A |
| Octal | 374 | 174 | 340 | 0 | 63 | 13 | 1 | 471 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11100000 | 0 | 110011 | 1011 | 1 | 100111001 | 1100000 | 1001010 |
Color Harmonies of #FC7CE0
Complementary color
Monochromatic Colors of #FC7CE0
Black with #FC7CE0
Text Example
Text Example
White with #FC7CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CE0; }
p { color: rgb(252,124,224); }
H1.HeaderClassName
{
color: #FC7CE0;
}
.AnyTagClassName
{
color: #FC7CE0;
}
</style>
background-color css
<style>
a { background-color: #FC7CE0; }
a { background-color: rgb(252,124,224); }
div.DivClassName
{
background-color: #FC7CE0;
}
.BgClassName
{
background-color: #FC7CE0;
}
</style>
border-color css
<style>
span { border-color: #FC7CE0; }
span { border-color: rgb(252,124,224); }
td.TdClassName
{
border-color: #FC7CE0;
}
.TagClassName
{
border-color: #FC7CE0;
}
</style>