Shades of Pale Magenta #F87AD6
Tints of Pale Magenta #F87AD6
RGB
CMYK
RGB Variations
Color information
#F87AD6 (or 0xF87AD6) is known color: Pale Magenta. HEX triplet: F8, 7A and D6. RGB value is (248,122,214). Sum of RGB (Red+Green+Blue) = 248+122+214=584 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.47% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 214 (83.98% from 255 or 36.64% from 584); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD6 is #078529. Grayscale: #A9A9A9. Windows color (decimal): -492842 or 14056184. OLE color: 14056184.
HSL color Cylindrical-coordinate representation of color #F87AD6: hue angle of 316.19º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F87AD6 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 214 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.03 |
| HSL | 316.19º | 0.9% | 0.73% | - |
| HSV(B) | 316.19º | 0.51% | 0.97% | - |
| XYZ | 57.81 | 38.73 | 68.05 | - |
| YUV | 170.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 214 | 0 | 0.51 | 0.14 | 0.03 | 316.19 | 0.9 | 0.73 |
| Hex | F8 | 7A | D6 | 0 | 33 | E | 3 | 13C | 5A | 49 |
| Octal | 370 | 172 | 326 | 0 | 63 | 16 | 3 | 474 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11010110 | 0 | 110011 | 1110 | 11 | 100111100 | 1011010 | 1001001 |
Color Harmonies of #F87AD6
Complementary color
Monochromatic Colors of #F87AD6
Black with #F87AD6
Text Example
Text Example
White with #F87AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AD6; }
p { color: rgb(248,122,214); }
H1.HeaderClassName
{
color: #F87AD6;
}
.AnyTagClassName
{
color: #F87AD6;
}
</style>
background-color css
<style>
a { background-color: #F87AD6; }
a { background-color: rgb(248,122,214); }
div.DivClassName
{
background-color: #F87AD6;
}
.BgClassName
{
background-color: #F87AD6;
}
</style>
border-color css
<style>
span { border-color: #F87AD6; }
span { border-color: rgb(248,122,214); }
td.TdClassName
{
border-color: #F87AD6;
}
.TagClassName
{
border-color: #F87AD6;
}
</style>