Shades of Pale Magenta #FC7BDF
Tints of Pale Magenta #FC7BDF
RGB
CMYK
RGB Variations
Color information
#FC7BDF (or 0xFC7BDF) is known color: Pale Magenta. HEX triplet: FC, 7B and DF. RGB value is (252,123,223). Sum of RGB (Red+Green+Blue) = 252+123+223=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 123 (48.44% from 255 or 20.57% from 598); Blue value is 223 (87.5% from 255 or 37.29% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC7BDF is #038420. Grayscale: #ACACAC. Windows color (decimal): -230433 or 14646268. OLE color: 14646268.
HSL color Cylindrical-coordinate representation of color #FC7BDF: hue angle of 313.49º 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 #FC7BDF is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 223 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.01 |
| HSL | 313.49º | 0.96% | 0.74% | - |
| HSV(B) | 313.49º | 0.51% | 0.99% | - |
| XYZ | 60.55 | 40.19 | 74.38 | - |
| YUV | 172.97 | 156.24 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 223 | 0 | 0.51 | 0.12 | 0.01 | 313.49 | 0.96 | 0.74 |
| Hex | FC | 7B | DF | 0 | 33 | C | 1 | 139 | 60 | 4A |
| Octal | 374 | 173 | 337 | 0 | 63 | 14 | 1 | 471 | 140 | 112 |
| Binary | 11111100 | 1111011 | 11011111 | 0 | 110011 | 1100 | 1 | 100111001 | 1100000 | 1001010 |
Color Harmonies of #FC7BDF
Complementary color
Monochromatic Colors of #FC7BDF
Black with #FC7BDF
Text Example
Text Example
White with #FC7BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7BDF; }
p { color: rgb(252,123,223); }
H1.HeaderClassName
{
color: #FC7BDF;
}
.AnyTagClassName
{
color: #FC7BDF;
}
</style>
background-color css
<style>
a { background-color: #FC7BDF; }
a { background-color: rgb(252,123,223); }
div.DivClassName
{
background-color: #FC7BDF;
}
.BgClassName
{
background-color: #FC7BDF;
}
</style>
border-color css
<style>
span { border-color: #FC7BDF; }
span { border-color: rgb(252,123,223); }
td.TdClassName
{
border-color: #FC7BDF;
}
.TagClassName
{
border-color: #FC7BDF;
}
</style>