Shades of Pale Magenta #FC6EE5
Tints of Pale Magenta #FC6EE5
RGB
CMYK
RGB Variations
Color information
#FC6EE5 (or 0xFC6EE5) is known color: Pale Magenta. HEX triplet: FC, 6E and E5. RGB value is (252,110,229). Sum of RGB (Red+Green+Blue) = 252+110+229=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 110 (43.36% from 255 or 18.61% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6EE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6EE5 is #03911A. Grayscale: #A5A5A5. Windows color (decimal): -233755 or 15036156. OLE color: 15036156.
HSL color Cylindrical-coordinate representation of color #FC6EE5: hue angle of 309.72º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FC6EE5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 110 | 229 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.01 |
| HSL | 309.72º | 0.96% | 0.71% | - |
| HSV(B) | 309.72º | 0.56% | 0.99% | - |
| XYZ | 59.86 | 37.5 | 78.21 | - |
| YUV | 166.02 | 163.54 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 110 | 229 | 0 | 0.56 | 0.09 | 0.01 | 309.72 | 0.96 | 0.71 |
| Hex | FC | 6E | E5 | 0 | 38 | 9 | 1 | 136 | 60 | 47 |
| Octal | 374 | 156 | 345 | 0 | 70 | 11 | 1 | 466 | 140 | 107 |
| Binary | 11111100 | 1101110 | 11100101 | 0 | 111000 | 1001 | 1 | 100110110 | 1100000 | 1000111 |
Color Harmonies of #FC6EE5
Complementary color
Monochromatic Colors of #FC6EE5
Black with #FC6EE5
Text Example
Text Example
White with #FC6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6EE5; }
p { color: rgb(252,110,229); }
H1.HeaderClassName
{
color: #FC6EE5;
}
.AnyTagClassName
{
color: #FC6EE5;
}
</style>
background-color css
<style>
a { background-color: #FC6EE5; }
a { background-color: rgb(252,110,229); }
div.DivClassName
{
background-color: #FC6EE5;
}
.BgClassName
{
background-color: #FC6EE5;
}
</style>
border-color css
<style>
span { border-color: #FC6EE5; }
span { border-color: rgb(252,110,229); }
td.TdClassName
{
border-color: #FC6EE5;
}
.TagClassName
{
border-color: #FC6EE5;
}
</style>