Shades of Pale Magenta #FC7FED
Tints of Pale Magenta #FC7FED
RGB
CMYK
RGB Variations
Color information
#FC7FED (or 0xFC7FED) is known color: Pale Magenta. HEX triplet: FC, 7F and ED. RGB value is (252,127,237). Sum of RGB (Red+Green+Blue) = 252+127+237=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 127 (50% from 255 or 20.62% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7FED is #038012. Grayscale: #B0B0B0. Windows color (decimal): -229395 or 15564796. OLE color: 15564796.
HSL color Cylindrical-coordinate representation of color #FC7FED: hue angle of 307.2º 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 #FC7FED is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 127 | 237 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.01 |
| HSL | 307.2º | 0.95% | 0.74% | - |
| HSV(B) | 307.2º | 0.5% | 0.99% | - |
| XYZ | 63.02 | 41.99 | 84.9 | - |
| YUV | 176.92 | 161.91 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 127 | 237 | 0 | 0.50 | 0.06 | 0.01 | 307.2 | 0.95 | 0.74 |
| Hex | FC | 7F | ED | 0 | 32 | 6 | 1 | 133 | 5F | 4A |
| Octal | 374 | 177 | 355 | 0 | 62 | 6 | 1 | 463 | 137 | 112 |
| Binary | 11111100 | 1111111 | 11101101 | 0 | 110010 | 110 | 1 | 100110011 | 1011111 | 1001010 |
Color Harmonies of #FC7FED
Complementary color
Monochromatic Colors of #FC7FED
Black with #FC7FED
Text Example
Text Example
White with #FC7FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7FED; }
p { color: rgb(252,127,237); }
H1.HeaderClassName
{
color: #FC7FED;
}
.AnyTagClassName
{
color: #FC7FED;
}
</style>
background-color css
<style>
a { background-color: #FC7FED; }
a { background-color: rgb(252,127,237); }
div.DivClassName
{
background-color: #FC7FED;
}
.BgClassName
{
background-color: #FC7FED;
}
</style>
border-color css
<style>
span { border-color: #FC7FED; }
span { border-color: rgb(252,127,237); }
td.TdClassName
{
border-color: #FC7FED;
}
.TagClassName
{
border-color: #FC7FED;
}
</style>