Shades of Pale Magenta #FC6FE5
Tints of Pale Magenta #FC6FE5
RGB
CMYK
RGB Variations
Color information
#FC6FE5 (or 0xFC6FE5) is known color: Pale Magenta. HEX triplet: FC, 6F and E5. RGB value is (252,111,229). Sum of RGB (Red+Green+Blue) = 252+111+229=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 111 (43.75% from 255 or 18.75% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FC6FE5 is #03901A. Grayscale: #A6A6A6. Windows color (decimal): -233499 or 15036412. OLE color: 15036412.
HSL color Cylindrical-coordinate representation of color #FC6FE5: hue angle of 309.79º 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 #FC6FE5 is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 111 | 229 | - |
| CMYK | 0 | 0.56 | 0.09 | 0.01 |
| HSL | 309.79º | 0.96% | 0.71% | - |
| HSV(B) | 309.79º | 0.56% | 0.99% | - |
| XYZ | 59.97 | 37.72 | 78.25 | - |
| YUV | 166.61 | 163.21 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 111 | 229 | 0 | 0.56 | 0.09 | 0.01 | 309.79 | 0.96 | 0.71 |
| Hex | FC | 6F | E5 | 0 | 38 | 9 | 1 | 136 | 60 | 47 |
| Octal | 374 | 157 | 345 | 0 | 70 | 11 | 1 | 466 | 140 | 107 |
| Binary | 11111100 | 1101111 | 11100101 | 0 | 111000 | 1001 | 1 | 100110110 | 1100000 | 1000111 |
Color Harmonies of #FC6FE5
Complementary color
Monochromatic Colors of #FC6FE5
Black with #FC6FE5
Text Example
Text Example
White with #FC6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC6FE5; }
p { color: rgb(252,111,229); }
H1.HeaderClassName
{
color: #FC6FE5;
}
.AnyTagClassName
{
color: #FC6FE5;
}
</style>
background-color css
<style>
a { background-color: #FC6FE5; }
a { background-color: rgb(252,111,229); }
div.DivClassName
{
background-color: #FC6FE5;
}
.BgClassName
{
background-color: #FC6FE5;
}
</style>
border-color css
<style>
span { border-color: #FC6FE5; }
span { border-color: rgb(252,111,229); }
td.TdClassName
{
border-color: #FC6FE5;
}
.TagClassName
{
border-color: #FC6FE5;
}
</style>