Shades of Pale Magenta #FC7CE1
Tints of Pale Magenta #FC7CE1
RGB
CMYK
RGB Variations
Color information
#FC7CE1 (or 0xFC7CE1) is known color: Pale Magenta. HEX triplet: FC, 7C and E1. RGB value is (252,124,225). Sum of RGB (Red+Green+Blue) = 252+124+225=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 124 (48.83% from 255 or 20.63% from 601); Blue value is 225 (88.28% from 255 or 37.44% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CE1 is #03831E. Grayscale: #ADADAD. Windows color (decimal): -230175 or 14777596. OLE color: 14777596.
HSL color Cylindrical-coordinate representation of color #FC7CE1: hue angle of 312.66º 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 #FC7CE1 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 225 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.01 |
| HSL | 312.66º | 0.96% | 0.74% | - |
| HSV(B) | 312.66º | 0.51% | 0.99% | - |
| XYZ | 60.94 | 40.55 | 75.85 | - |
| YUV | 173.79 | 156.91 | 183.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 225 | 0 | 0.51 | 0.11 | 0.01 | 312.66 | 0.96 | 0.74 |
| Hex | FC | 7C | E1 | 0 | 33 | B | 1 | 139 | 60 | 4A |
| Octal | 374 | 174 | 341 | 0 | 63 | 13 | 1 | 471 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11100001 | 0 | 110011 | 1011 | 1 | 100111001 | 1100000 | 1001010 |
Color Harmonies of #FC7CE1
Complementary color
Monochromatic Colors of #FC7CE1
Black with #FC7CE1
Text Example
Text Example
White with #FC7CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CE1; }
p { color: rgb(252,124,225); }
H1.HeaderClassName
{
color: #FC7CE1;
}
.AnyTagClassName
{
color: #FC7CE1;
}
</style>
background-color css
<style>
a { background-color: #FC7CE1; }
a { background-color: rgb(252,124,225); }
div.DivClassName
{
background-color: #FC7CE1;
}
.BgClassName
{
background-color: #FC7CE1;
}
</style>
border-color css
<style>
span { border-color: #FC7CE1; }
span { border-color: rgb(252,124,225); }
td.TdClassName
{
border-color: #FC7CE1;
}
.TagClassName
{
border-color: #FC7CE1;
}
</style>