Shades of Pale Magenta #FC7BE0
Tints of Pale Magenta #FC7BE0
RGB
CMYK
RGB Variations
Color information
#FC7BE0 (or 0xFC7BE0) is known color: Pale Magenta. HEX triplet: FC, 7B and E0. RGB value is (252,123,224). Sum of RGB (Red+Green+Blue) = 252+123+224=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 123 (48.44% from 255 or 20.53% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BE0 is #03841F. Grayscale: #ACACAC. Windows color (decimal): -230432 or 14711804. OLE color: 14711804.
HSL color Cylindrical-coordinate representation of color #FC7BE0: hue angle of 313.02º 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 #FC7BE0 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 224 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.01 |
| HSL | 313.02º | 0.96% | 0.74% | - |
| HSV(B) | 313.02º | 0.51% | 0.99% | - |
| XYZ | 60.68 | 40.24 | 75.09 | - |
| YUV | 173.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 224 | 0 | 0.51 | 0.11 | 0.01 | 313.02 | 0.96 | 0.74 |
| Hex | FC | 7B | E0 | 0 | 33 | B | 1 | 139 | 60 | 4A |
| Octal | 374 | 173 | 340 | 0 | 63 | 13 | 1 | 471 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11100000 | 0 | 110011 | 1011 | 1 | 100111001 | 1100000 | 1001010 |
Color Harmonies of #FC7BE0
Complementary color
Monochromatic Colors of #FC7BE0
Black with #FC7BE0
Text Example
Text Example
White with #FC7BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BE0; }
p { color: rgb(252,123,224); }
H1.HeaderClassName
{
color: #FC7BE0;
}
.AnyTagClassName
{
color: #FC7BE0;
}
</style>
background-color css
<style>
a { background-color: #FC7BE0; }
a { background-color: rgb(252,123,224); }
div.DivClassName
{
background-color: #FC7BE0;
}
.BgClassName
{
background-color: #FC7BE0;
}
</style>
border-color css
<style>
span { border-color: #FC7BE0; }
span { border-color: rgb(252,123,224); }
td.TdClassName
{
border-color: #FC7BE0;
}
.TagClassName
{
border-color: #FC7BE0;
}
</style>