Shades of Pale Magenta #FC86F0
Tints of Pale Magenta #FC86F0
RGB
CMYK
RGB Variations
Color information
#FC86F0 (or 0xFC86F0) is known color: Pale Magenta. HEX triplet: FC, 86 and F0. RGB value is (252,134,240). Sum of RGB (Red+Green+Blue) = 252+134+240=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 134 (52.73% from 255 or 21.41% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86F0 is #03790F. Grayscale: #B5B5B5. Windows color (decimal): -227600 or 15763196. OLE color: 15763196.
HSL color Cylindrical-coordinate representation of color #FC86F0: hue angle of 306.1º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FC86F0 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 240 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.01 |
| HSL | 306.1º | 0.95% | 0.76% | - |
| HSV(B) | 306.1º | 0.47% | 0.99% | - |
| XYZ | 64.4 | 44.04 | 87.54 | - |
| YUV | 181.37 | 161.09 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 240 | 0 | 0.47 | 0.05 | 0.01 | 306.1 | 0.95 | 0.76 |
| Hex | FC | 86 | F0 | 0 | 2F | 5 | 1 | 132 | 5F | 4C |
| Octal | 374 | 206 | 360 | 0 | 57 | 5 | 1 | 462 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11110000 | 0 | 101111 | 101 | 1 | 100110010 | 1011111 | 1001100 |
Color Harmonies of #FC86F0
Complementary color
Monochromatic Colors of #FC86F0
Black with #FC86F0
Text Example
Text Example
White with #FC86F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86F0; }
p { color: rgb(252,134,240); }
H1.HeaderClassName
{
color: #FC86F0;
}
.AnyTagClassName
{
color: #FC86F0;
}
</style>
background-color css
<style>
a { background-color: #FC86F0; }
a { background-color: rgb(252,134,240); }
div.DivClassName
{
background-color: #FC86F0;
}
.BgClassName
{
background-color: #FC86F0;
}
</style>
border-color css
<style>
span { border-color: #FC86F0; }
span { border-color: rgb(252,134,240); }
td.TdClassName
{
border-color: #FC86F0;
}
.TagClassName
{
border-color: #FC86F0;
}
</style>