Shades of Pale Magenta #FC7BE1
Tints of Pale Magenta #FC7BE1
RGB
CMYK
RGB Variations
Color information
#FC7BE1 (or 0xFC7BE1) is known color: Pale Magenta. HEX triplet: FC, 7B and E1. RGB value is (252,123,225). Sum of RGB (Red+Green+Blue) = 252+123+225=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 123 (48.44% from 255 or 20.5% from 600); Blue value is 225 (88.28% from 255 or 37.5% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BE1 is #03841E. Grayscale: #ACACAC. Windows color (decimal): -230431 or 14777340. OLE color: 14777340.
HSL color Cylindrical-coordinate representation of color #FC7BE1: hue angle of 312.56º 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 #FC7BE1 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 225 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.01 |
| HSL | 312.56º | 0.96% | 0.74% | - |
| HSV(B) | 312.56º | 0.51% | 0.99% | - |
| XYZ | 60.82 | 40.3 | 75.81 | - |
| YUV | 173.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 225 | 0 | 0.51 | 0.11 | 0.01 | 312.56 | 0.96 | 0.74 |
| Hex | FC | 7B | E1 | 0 | 33 | B | 1 | 139 | 60 | 4A |
| Octal | 374 | 173 | 341 | 0 | 63 | 13 | 1 | 471 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11100001 | 0 | 110011 | 1011 | 1 | 100111001 | 1100000 | 1001010 |
Color Harmonies of #FC7BE1
Complementary color
Monochromatic Colors of #FC7BE1
Black with #FC7BE1
Text Example
Text Example
White with #FC7BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BE1; }
p { color: rgb(252,123,225); }
H1.HeaderClassName
{
color: #FC7BE1;
}
.AnyTagClassName
{
color: #FC7BE1;
}
</style>
background-color css
<style>
a { background-color: #FC7BE1; }
a { background-color: rgb(252,123,225); }
div.DivClassName
{
background-color: #FC7BE1;
}
.BgClassName
{
background-color: #FC7BE1;
}
</style>
border-color css
<style>
span { border-color: #FC7BE1; }
span { border-color: rgb(252,123,225); }
td.TdClassName
{
border-color: #FC7BE1;
}
.TagClassName
{
border-color: #FC7BE1;
}
</style>