Shades of Pale Magenta #F87DDE
Tints of Pale Magenta #F87DDE
RGB
CMYK
RGB Variations
Color information
#F87DDE (or 0xF87DDE) is known color: Pale Magenta. HEX triplet: F8, 7D and DE. RGB value is (248,125,222). Sum of RGB (Red+Green+Blue) = 248+125+222=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 125 (49.22% from 255 or 21.01% from 595); Blue value is 222 (87.11% from 255 or 37.31% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F87DDE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87DDE is #078221. Grayscale: #ACACAC. Windows color (decimal): -492066 or 14581240. OLE color: 14581240.
HSL color Cylindrical-coordinate representation of color #F87DDE: hue angle of 312.68º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87DDE is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 125 | 222 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.03 |
| HSL | 312.68º | 0.9% | 0.73% | - |
| HSV(B) | 312.68º | 0.5% | 0.97% | - |
| XYZ | 59.23 | 39.9 | 73.69 | - |
| YUV | 172.84 | 155.75 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 125 | 222 | 0 | 0.50 | 0.10 | 0.03 | 312.68 | 0.9 | 0.73 |
| Hex | F8 | 7D | DE | 0 | 32 | A | 3 | 139 | 5A | 49 |
| Octal | 370 | 175 | 336 | 0 | 62 | 12 | 3 | 471 | 132 | 111 |
| Binary | 11111000 | 1111101 | 11011110 | 0 | 110010 | 1010 | 11 | 100111001 | 1011010 | 1001001 |
Color Harmonies of #F87DDE
Complementary color
Monochromatic Colors of #F87DDE
Black with #F87DDE
Text Example
Text Example
White with #F87DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87DDE; }
p { color: rgb(248,125,222); }
H1.HeaderClassName
{
color: #F87DDE;
}
.AnyTagClassName
{
color: #F87DDE;
}
</style>
background-color css
<style>
a { background-color: #F87DDE; }
a { background-color: rgb(248,125,222); }
div.DivClassName
{
background-color: #F87DDE;
}
.BgClassName
{
background-color: #F87DDE;
}
</style>
border-color css
<style>
span { border-color: #F87DDE; }
span { border-color: rgb(248,125,222); }
td.TdClassName
{
border-color: #F87DDE;
}
.TagClassName
{
border-color: #F87DDE;
}
</style>