Shades of Pale Magenta #F86FDD
Tints of Pale Magenta #F86FDD
RGB
CMYK
RGB Variations
Color information
#F86FDD (or 0xF86FDD) is known color: Pale Magenta. HEX triplet: F8, 6F and DD. RGB value is (248,111,221). Sum of RGB (Red+Green+Blue) = 248+111+221=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 111 (43.75% from 255 or 19.14% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F86FDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F86FDD is #079022. Grayscale: #A4A4A4. Windows color (decimal): -495651 or 14512120. OLE color: 14512120.
HSL color Cylindrical-coordinate representation of color #F86FDD: hue angle of 311.82º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F86FDD is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 111 | 221 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.03 |
| HSL | 311.82º | 0.91% | 0.7% | - |
| HSV(B) | 311.82º | 0.55% | 0.97% | - |
| XYZ | 57.45 | 36.55 | 72.43 | - |
| YUV | 164.5 | 159.89 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 111 | 221 | 0 | 0.55 | 0.11 | 0.03 | 311.82 | 0.91 | 0.7 |
| Hex | F8 | 6F | DD | 0 | 37 | B | 3 | 138 | 5B | 46 |
| Octal | 370 | 157 | 335 | 0 | 67 | 13 | 3 | 470 | 133 | 106 |
| Binary | 11111000 | 1101111 | 11011101 | 0 | 110111 | 1011 | 11 | 100111000 | 1011011 | 1000110 |
Color Harmonies of #F86FDD
Complementary color
Monochromatic Colors of #F86FDD
Black with #F86FDD
Text Example
Text Example
White with #F86FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86FDD; }
p { color: rgb(248,111,221); }
H1.HeaderClassName
{
color: #F86FDD;
}
.AnyTagClassName
{
color: #F86FDD;
}
</style>
background-color css
<style>
a { background-color: #F86FDD; }
a { background-color: rgb(248,111,221); }
div.DivClassName
{
background-color: #F86FDD;
}
.BgClassName
{
background-color: #F86FDD;
}
</style>
border-color css
<style>
span { border-color: #F86FDD; }
span { border-color: rgb(248,111,221); }
td.TdClassName
{
border-color: #F86FDD;
}
.TagClassName
{
border-color: #F86FDD;
}
</style>