Shades of Pale Magenta #F87AD5
Tints of Pale Magenta #F87AD5
RGB
CMYK
RGB Variations
Color information
#F87AD5 (or 0xF87AD5) is known color: Pale Magenta. HEX triplet: F8, 7A and D5. RGB value is (248,122,213). Sum of RGB (Red+Green+Blue) = 248+122+213=583 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.54% from 583); Green value is 122 (48.05% from 255 or 20.93% from 583); Blue value is 213 (83.59% from 255 or 36.54% from 583); Max value from RGB is 248 - color contains mainly: red. Hex color #F87AD5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87AD5 is #07852A. Grayscale: #A9A9A9. Windows color (decimal): -492843 or 13990648. OLE color: 13990648.
HSL color Cylindrical-coordinate representation of color #F87AD5: hue angle of 316.67º 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 #F87AD5 is Cyan = 0, Magento = 0.51, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 122 | 213 | - |
| CMYK | 0 | 0.51 | 0.14 | 0.03 |
| HSL | 316.67º | 0.9% | 0.73% | - |
| HSV(B) | 316.67º | 0.51% | 0.97% | - |
| XYZ | 57.68 | 38.68 | 67.38 | - |
| YUV | 170.05 | 152.24 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 122 | 213 | 0 | 0.51 | 0.14 | 0.03 | 316.67 | 0.9 | 0.73 |
| Hex | F8 | 7A | D5 | 0 | 33 | E | 3 | 13D | 5A | 49 |
| Octal | 370 | 172 | 325 | 0 | 63 | 16 | 3 | 475 | 132 | 111 |
| Binary | 11111000 | 1111010 | 11010101 | 0 | 110011 | 1110 | 11 | 100111101 | 1011010 | 1001001 |
Color Harmonies of #F87AD5
Complementary color
Monochromatic Colors of #F87AD5
Black with #F87AD5
Text Example
Text Example
White with #F87AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87AD5; }
p { color: rgb(248,122,213); }
H1.HeaderClassName
{
color: #F87AD5;
}
.AnyTagClassName
{
color: #F87AD5;
}
</style>
background-color css
<style>
a { background-color: #F87AD5; }
a { background-color: rgb(248,122,213); }
div.DivClassName
{
background-color: #F87AD5;
}
.BgClassName
{
background-color: #F87AD5;
}
</style>
border-color css
<style>
span { border-color: #F87AD5; }
span { border-color: rgb(248,122,213); }
td.TdClassName
{
border-color: #F87AD5;
}
.TagClassName
{
border-color: #F87AD5;
}
</style>