Shades of Pale Magenta #FC86F2
Tints of Pale Magenta #FC86F2
RGB
CMYK
RGB Variations
Color information
#FC86F2 (or 0xFC86F2) is known color: Pale Magenta. HEX triplet: FC, 86 and F2. RGB value is (252,134,242). Sum of RGB (Red+Green+Blue) = 252+134+242=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 134 (52.73% from 255 or 21.34% from 628); Blue value is 242 (94.92% from 255 or 38.54% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FC86F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FC86F2 is #03790D. Grayscale: #B5B5B5. Windows color (decimal): -227598 or 15894268. OLE color: 15894268.
HSL color Cylindrical-coordinate representation of color #FC86F2: hue angle of 305.08º 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 #FC86F2 is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 134 | 242 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.01 |
| HSL | 305.08º | 0.95% | 0.76% | - |
| HSV(B) | 305.08º | 0.47% | 0.99% | - |
| XYZ | 64.7 | 44.16 | 89.12 | - |
| YUV | 181.59 | 162.09 | 178.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 134 | 242 | 0 | 0.47 | 0.04 | 0.01 | 305.08 | 0.95 | 0.76 |
| Hex | FC | 86 | F2 | 0 | 2F | 4 | 1 | 131 | 5F | 4C |
| Octal | 374 | 206 | 362 | 0 | 57 | 4 | 1 | 461 | 137 | 114 |
| Binary | 11111100 | 10000110 | 11110010 | 0 | 101111 | 100 | 1 | 100110001 | 1011111 | 1001100 |
Color Harmonies of #FC86F2
Complementary color
Monochromatic Colors of #FC86F2
Black with #FC86F2
Text Example
Text Example
White with #FC86F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC86F2; }
p { color: rgb(252,134,242); }
H1.HeaderClassName
{
color: #FC86F2;
}
.AnyTagClassName
{
color: #FC86F2;
}
</style>
background-color css
<style>
a { background-color: #FC86F2; }
a { background-color: rgb(252,134,242); }
div.DivClassName
{
background-color: #FC86F2;
}
.BgClassName
{
background-color: #FC86F2;
}
</style>
border-color css
<style>
span { border-color: #FC86F2; }
span { border-color: rgb(252,134,242); }
td.TdClassName
{
border-color: #FC86F2;
}
.TagClassName
{
border-color: #FC86F2;
}
</style>