Shades of Pale Magenta #F88EDE
Tints of Pale Magenta #F88EDE
RGB
CMYK
RGB Variations
Color information
#F88EDE (or 0xF88EDE) is known color: Pale Magenta. HEX triplet: F8, 8E and DE. RGB value is (248,142,222). Sum of RGB (Red+Green+Blue) = 248+142+222=612 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.52% from 612); Green value is 142 (55.86% from 255 or 23.20% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 248 - color contains mainly: red. Hex color #F88EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88EDE is #077121. Grayscale: #B6B6B6. Windows color (decimal): -487714 or 14585592. OLE color: 14585592.
HSL color Cylindrical-coordinate representation of color #F88EDE: hue angle of 314.72º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88EDE is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 142 | 222 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.03 |
| HSL | 314.72º | 0.88% | 0.76% | - |
| HSV(B) | 314.72º | 0.43% | 0.97% | - |
| XYZ | 61.57 | 44.58 | 74.47 | - |
| YUV | 182.81 | 150.12 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 142 | 222 | 0 | 0.43 | 0.10 | 0.03 | 314.72 | 0.88 | 0.76 |
| Hex | F8 | 8E | DE | 0 | 2B | A | 3 | 13B | 58 | 4C |
| Octal | 370 | 216 | 336 | 0 | 53 | 12 | 3 | 473 | 130 | 114 |
| Binary | 11111000 | 10001110 | 11011110 | 0 | 101011 | 1010 | 11 | 100111011 | 1011000 | 1001100 |
Color Harmonies of #F88EDE
Complementary color
Monochromatic Colors of #F88EDE
Black with #F88EDE
Text Example
Text Example
White with #F88EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88EDE; }
p { color: rgb(248,142,222); }
H1.HeaderClassName
{
color: #F88EDE;
}
.AnyTagClassName
{
color: #F88EDE;
}
</style>
background-color css
<style>
a { background-color: #F88EDE; }
a { background-color: rgb(248,142,222); }
div.DivClassName
{
background-color: #F88EDE;
}
.BgClassName
{
background-color: #F88EDE;
}
</style>
border-color css
<style>
span { border-color: #F88EDE; }
span { border-color: rgb(248,142,222); }
td.TdClassName
{
border-color: #F88EDE;
}
.TagClassName
{
border-color: #F88EDE;
}
</style>