Shades of Pale Magenta #F86BDC
Tints of Pale Magenta #F86BDC
RGB
CMYK
RGB Variations
Color information
#F86BDC (or 0xF86BDC) is known color: Pale Magenta. HEX triplet: F8, 6B and DC. RGB value is (248,107,220). Sum of RGB (Red+Green+Blue) = 248+107+220=575 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.13% from 575); Green value is 107 (42.19% from 255 or 18.61% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 248 - color contains mainly: red. Hex color #F86BDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86BDC is #079423. Grayscale: #A1A1A1. Windows color (decimal): -496676 or 14445560. OLE color: 14445560.
HSL color Cylindrical-coordinate representation of color #F86BDC: hue angle of 311.91º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86BDC is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 107 | 220 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.03 |
| HSL | 311.91º | 0.91% | 0.7% | - |
| HSV(B) | 311.91º | 0.57% | 0.97% | - |
| XYZ | 56.89 | 35.64 | 71.59 | - |
| YUV | 162.04 | 160.71 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 107 | 220 | 0 | 0.57 | 0.11 | 0.03 | 311.91 | 0.91 | 0.7 |
| Hex | F8 | 6B | DC | 0 | 39 | B | 3 | 138 | 5B | 46 |
| Octal | 370 | 153 | 334 | 0 | 71 | 13 | 3 | 470 | 133 | 106 |
| Binary | 11111000 | 1101011 | 11011100 | 0 | 111001 | 1011 | 11 | 100111000 | 1011011 | 1000110 |
Color Harmonies of #F86BDC
Complementary color
Monochromatic Colors of #F86BDC
Black with #F86BDC
Text Example
Text Example
White with #F86BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86BDC; }
p { color: rgb(248,107,220); }
H1.HeaderClassName
{
color: #F86BDC;
}
.AnyTagClassName
{
color: #F86BDC;
}
</style>
background-color css
<style>
a { background-color: #F86BDC; }
a { background-color: rgb(248,107,220); }
div.DivClassName
{
background-color: #F86BDC;
}
.BgClassName
{
background-color: #F86BDC;
}
</style>
border-color css
<style>
span { border-color: #F86BDC; }
span { border-color: rgb(248,107,220); }
td.TdClassName
{
border-color: #F86BDC;
}
.TagClassName
{
border-color: #F86BDC;
}
</style>