Shades of Pale Magenta #FC7FEC
Tints of Pale Magenta #FC7FEC
RGB
CMYK
RGB Variations
Color information
#FC7FEC (or 0xFC7FEC) is known color: Pale Magenta. HEX triplet: FC, 7F and EC. RGB value is (252,127,236). Sum of RGB (Red+Green+Blue) = 252+127+236=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 127 (50% from 255 or 20.65% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FEC is #038013. Grayscale: #B0B0B0. Windows color (decimal): -229396 or 15499260. OLE color: 15499260.
HSL color Cylindrical-coordinate representation of color #FC7FEC: hue angle of 307.68º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FC7FEC is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 127 | 236 | - |
CMYK | 0 | 0.50 | 0.06 | 0.01 |
HSL | 307.68º | 0.95% | 0.74% | - |
HSV(B) | 307.68º | 0.5% | 0.99% | - |
XYZ | 62.87 | 41.93 | 84.14 | - |
YUV | 176.8 | 161.41 | 181.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 127 | 236 | 0 | 0.50 | 0.06 | 0.01 | 307.68 | 0.95 | 0.74 |
Hex | FC | 7F | EC | 0 | 32 | 6 | 1 | 134 | 5F | 4A |
Octal | 374 | 177 | 354 | 0 | 62 | 6 | 1 | 464 | 137 | 112 |
Binary | 11111100 | 1111111 | 11101100 | 0 | 110010 | 110 | 1 | 100110100 | 1011111 | 1001010 |
Color Harmonies of #FC7FEC
Complementary color
Monochromatic Colors of #FC7FEC
Black with #FC7FEC
Text Example
Text Example
White with #FC7FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FEC; }
p { color: rgb(252,127,236); }
H1.HeaderClassName
{
color: #FC7FEC;
}
.AnyTagClassName
{
color: #FC7FEC;
}
</style>
background-color css
<style>
a { background-color: #FC7FEC; }
a { background-color: rgb(252,127,236); }
div.DivClassName
{
background-color: #FC7FEC;
}
.BgClassName
{
background-color: #FC7FEC;
}
</style>
border-color css
<style>
span { border-color: #FC7FEC; }
span { border-color: rgb(252,127,236); }
td.TdClassName
{
border-color: #FC7FEC;
}
.TagClassName
{
border-color: #FC7FEC;
}
</style>