Shades of Pale Magenta #F886D5
Tints of Pale Magenta #F886D5
RGB
CMYK
RGB Variations
Color information
#F886D5 (or 0xF886D5) is known color: Pale Magenta. HEX triplet: F8, 86 and D5. RGB value is (248,134,213). Sum of RGB (Red+Green+Blue) = 248+134+213=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 134 (52.73% from 255 or 22.52% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F886D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F886D5 is #07792A. Grayscale: #B0B0B0. Windows color (decimal): -489771 or 13993720. OLE color: 13993720.
HSL color Cylindrical-coordinate representation of color #F886D5: hue angle of 318.42º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F886D5 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 134 | 213 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.03 |
| HSL | 318.42º | 0.89% | 0.75% | - |
| HSV(B) | 318.42º | 0.46% | 0.97% | - |
| XYZ | 59.25 | 41.81 | 67.9 | - |
| YUV | 177.09 | 148.27 | 178.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 134 | 213 | 0 | 0.46 | 0.14 | 0.03 | 318.42 | 0.89 | 0.75 |
| Hex | F8 | 86 | D5 | 0 | 2E | E | 3 | 13E | 59 | 4B |
| Octal | 370 | 206 | 325 | 0 | 56 | 16 | 3 | 476 | 131 | 113 |
| Binary | 11111000 | 10000110 | 11010101 | 0 | 101110 | 1110 | 11 | 100111110 | 1011001 | 1001011 |
Color Harmonies of #F886D5
Complementary color
Monochromatic Colors of #F886D5
Black with #F886D5
Text Example
Text Example
White with #F886D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F886D5; }
p { color: rgb(248,134,213); }
H1.HeaderClassName
{
color: #F886D5;
}
.AnyTagClassName
{
color: #F886D5;
}
</style>
background-color css
<style>
a { background-color: #F886D5; }
a { background-color: rgb(248,134,213); }
div.DivClassName
{
background-color: #F886D5;
}
.BgClassName
{
background-color: #F886D5;
}
</style>
border-color css
<style>
span { border-color: #F886D5; }
span { border-color: rgb(248,134,213); }
td.TdClassName
{
border-color: #F886D5;
}
.TagClassName
{
border-color: #F886D5;
}
</style>