Shades of Pale Magenta #FC6BDF
Tints of Pale Magenta #FC6BDF
RGB
CMYK
RGB Variations
Color information
#FC6BDF (or 0xFC6BDF) is known color: Pale Magenta. HEX triplet: FC, 6B and DF. RGB value is (252,107,223). Sum of RGB (Red+Green+Blue) = 252+107+223=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 107 (42.19% from 255 or 18.38% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6BDF is #039420. Grayscale: #A3A3A3. Windows color (decimal): -234529 or 14642172. OLE color: 14642172.
HSL color Cylindrical-coordinate representation of color #FC6BDF: hue angle of 312º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6BDF is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 107 | 223 | - |
| CMYK | 0 | 0.58 | 0.12 | 0.01 |
| HSL | 312º | 0.96% | 0.7% | - |
| HSV(B) | 312º | 0.58% | 0.99% | - |
| XYZ | 58.72 | 36.54 | 73.77 | - |
| YUV | 163.58 | 161.54 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 107 | 223 | 0 | 0.58 | 0.12 | 0.01 | 312 | 0.96 | 0.7 |
| Hex | FC | 6B | DF | 0 | 3A | C | 1 | 138 | 60 | 46 |
| Octal | 374 | 153 | 337 | 0 | 72 | 14 | 1 | 470 | 140 | 106 |
| Binary | 11111100 | 1101011 | 11011111 | 0 | 111010 | 1100 | 1 | 100111000 | 1100000 | 1000110 |
Color Harmonies of #FC6BDF
Complementary color
Monochromatic Colors of #FC6BDF
Black with #FC6BDF
Text Example
Text Example
White with #FC6BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6BDF; }
p { color: rgb(252,107,223); }
H1.HeaderClassName
{
color: #FC6BDF;
}
.AnyTagClassName
{
color: #FC6BDF;
}
</style>
background-color css
<style>
a { background-color: #FC6BDF; }
a { background-color: rgb(252,107,223); }
div.DivClassName
{
background-color: #FC6BDF;
}
.BgClassName
{
background-color: #FC6BDF;
}
</style>
border-color css
<style>
span { border-color: #FC6BDF; }
span { border-color: rgb(252,107,223); }
td.TdClassName
{
border-color: #FC6BDF;
}
.TagClassName
{
border-color: #FC6BDF;
}
</style>