Shades of Pale Magenta #F86CDC
Tints of Pale Magenta #F86CDC
RGB
CMYK
RGB Variations
Color information
#F86CDC (or 0xF86CDC) is known color: Pale Magenta. HEX triplet: F8, 6C and DC. RGB value is (248,108,220). Sum of RGB (Red+Green+Blue) = 248+108+220=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 108 (42.58% from 255 or 18.75% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F86CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86CDC is #079323. Grayscale: #A2A2A2. Windows color (decimal): -496420 or 14445816. OLE color: 14445816.
HSL color Cylindrical-coordinate representation of color #F86CDC: hue angle of 312º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86CDC is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 220 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.03 |
| HSL | 312º | 0.91% | 0.7% | - |
| HSV(B) | 312º | 0.56% | 0.97% | - |
| XYZ | 56.99 | 35.85 | 71.63 | - |
| YUV | 162.63 | 160.38 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 220 | 0 | 0.56 | 0.11 | 0.03 | 312 | 0.91 | 0.7 |
| Hex | F8 | 6C | DC | 0 | 38 | B | 3 | 138 | 5B | 46 |
| Octal | 370 | 154 | 334 | 0 | 70 | 13 | 3 | 470 | 133 | 106 |
| Binary | 11111000 | 1101100 | 11011100 | 0 | 111000 | 1011 | 11 | 100111000 | 1011011 | 1000110 |
Color Harmonies of #F86CDC
Complementary color
Monochromatic Colors of #F86CDC
Black with #F86CDC
Text Example
Text Example
White with #F86CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86CDC; }
p { color: rgb(248,108,220); }
H1.HeaderClassName
{
color: #F86CDC;
}
.AnyTagClassName
{
color: #F86CDC;
}
</style>
background-color css
<style>
a { background-color: #F86CDC; }
a { background-color: rgb(248,108,220); }
div.DivClassName
{
background-color: #F86CDC;
}
.BgClassName
{
background-color: #F86CDC;
}
</style>
border-color css
<style>
span { border-color: #F86CDC; }
span { border-color: rgb(248,108,220); }
td.TdClassName
{
border-color: #F86CDC;
}
.TagClassName
{
border-color: #F86CDC;
}
</style>