Shades of Pale Magenta #FC7CF0
Tints of Pale Magenta #FC7CF0
RGB
CMYK
RGB Variations
Color information
#FC7CF0 (or 0xFC7CF0) is known color: Pale Magenta. HEX triplet: FC, 7C and F0. RGB value is (252,124,240). Sum of RGB (Red+Green+Blue) = 252+124+240=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 124 (48.83% from 255 or 20.13% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7CF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC7CF0 is #03830F. Grayscale: #AFAFAF. Windows color (decimal): -230160 or 15760636. OLE color: 15760636.
HSL color Cylindrical-coordinate representation of color #FC7CF0: hue angle of 305.62º 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 #FC7CF0 is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 124 | 240 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.01 |
| HSL | 305.63º | 0.96% | 0.74% | - |
| HSV(B) | 305.63º | 0.51% | 0.99% | - |
| XYZ | 63.08 | 41.4 | 87.1 | - |
| YUV | 175.5 | 164.41 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 124 | 240 | 0 | 0.51 | 0.05 | 0.01 | 305.63 | 0.96 | 0.74 |
| Hex | FC | 7C | F0 | 0 | 33 | 5 | 1 | 132 | 60 | 4A |
| Octal | 374 | 174 | 360 | 0 | 63 | 5 | 1 | 462 | 140 | 112 |
| Binary | 11111100 | 1111100 | 11110000 | 0 | 110011 | 101 | 1 | 100110010 | 1100000 | 1001010 |
Color Harmonies of #FC7CF0
Complementary color
Monochromatic Colors of #FC7CF0
Black with #FC7CF0
Text Example
Text Example
White with #FC7CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7CF0; }
p { color: rgb(252,124,240); }
H1.HeaderClassName
{
color: #FC7CF0;
}
.AnyTagClassName
{
color: #FC7CF0;
}
</style>
background-color css
<style>
a { background-color: #FC7CF0; }
a { background-color: rgb(252,124,240); }
div.DivClassName
{
background-color: #FC7CF0;
}
.BgClassName
{
background-color: #FC7CF0;
}
</style>
border-color css
<style>
span { border-color: #FC7CF0; }
span { border-color: rgb(252,124,240); }
td.TdClassName
{
border-color: #FC7CF0;
}
.TagClassName
{
border-color: #FC7CF0;
}
</style>