Shades of Pale Magenta #FC7CE5
Tints of Pale Magenta #FC7CE5
RGB
CMYK
RGB Variations
Color information
#FC7CE5 (or 0xFC7CE5) is known color: Pale Magenta. HEX triplet: FC, 7C and E5. RGB value is (252,124,229). Sum of RGB (Red+Green+Blue) = 252+124+229=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 124 (48.83% from 255 or 20.50% from 605); Blue value is 229 (89.84% from 255 or 37.85% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7CE5 is #03831A. Grayscale: #ADADAD. Windows color (decimal): -230171 or 15039740. OLE color: 15039740.
HSL color Cylindrical-coordinate representation of color #FC7CE5: hue angle of 310.78º 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 #FC7CE5 is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 229 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.01 |
| HSL | 310.78º | 0.96% | 0.74% | - |
| HSV(B) | 310.78º | 0.51% | 0.99% | - |
| XYZ | 61.5 | 40.77 | 78.76 | - |
| YUV | 174.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 229 | 0 | 0.51 | 0.09 | 0.01 | 310.78 | 0.96 | 0.74 |
| Hex | FC | 7C | E5 | 0 | 33 | 9 | 1 | 137 | 60 | 4A |
| Octal | 374 | 174 | 345 | 0 | 63 | 11 | 1 | 467 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11100101 | 0 | 110011 | 1001 | 1 | 100110111 | 1100000 | 1001010 |
Color Harmonies of #FC7CE5
Complementary color
Monochromatic Colors of #FC7CE5
Black with #FC7CE5
Text Example
Text Example
White with #FC7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CE5; }
p { color: rgb(252,124,229); }
H1.HeaderClassName
{
color: #FC7CE5;
}
.AnyTagClassName
{
color: #FC7CE5;
}
</style>
background-color css
<style>
a { background-color: #FC7CE5; }
a { background-color: rgb(252,124,229); }
div.DivClassName
{
background-color: #FC7CE5;
}
.BgClassName
{
background-color: #FC7CE5;
}
</style>
border-color css
<style>
span { border-color: #FC7CE5; }
span { border-color: rgb(252,124,229); }
td.TdClassName
{
border-color: #FC7CE5;
}
.TagClassName
{
border-color: #FC7CE5;
}
</style>