Shades of Pale Magenta #F88CE1
Tints of Pale Magenta #F88CE1
RGB
CMYK
RGB Variations
Color information
#F88CE1 (or 0xF88CE1) is known color: Pale Magenta. HEX triplet: F8, 8C and E1. RGB value is (248,140,225). Sum of RGB (Red+Green+Blue) = 248+140+225=613 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.46% from 613); Green value is 140 (55.08% from 255 or 22.84% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 248 - color contains mainly: red. Hex color #F88CE1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88CE1 is #07731E. Grayscale: #B5B5B5. Windows color (decimal): -488223 or 14781688. OLE color: 14781688.
HSL color Cylindrical-coordinate representation of color #F88CE1: hue angle of 312.78º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F88CE1 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 140 | 225 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.03 |
| HSL | 312.78º | 0.89% | 0.76% | - |
| HSV(B) | 312.78º | 0.44% | 0.97% | - |
| XYZ | 61.68 | 44.15 | 76.5 | - |
| YUV | 181.98 | 152.28 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 140 | 225 | 0 | 0.44 | 0.09 | 0.03 | 312.78 | 0.89 | 0.76 |
| Hex | F8 | 8C | E1 | 0 | 2C | 9 | 3 | 139 | 59 | 4C |
| Octal | 370 | 214 | 341 | 0 | 54 | 11 | 3 | 471 | 131 | 114 |
| Binary | 11111000 | 10001100 | 11100001 | 0 | 101100 | 1001 | 11 | 100111001 | 1011001 | 1001100 |
Color Harmonies of #F88CE1
Complementary color
Monochromatic Colors of #F88CE1
Black with #F88CE1
Text Example
Text Example
White with #F88CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88CE1; }
p { color: rgb(248,140,225); }
H1.HeaderClassName
{
color: #F88CE1;
}
.AnyTagClassName
{
color: #F88CE1;
}
</style>
background-color css
<style>
a { background-color: #F88CE1; }
a { background-color: rgb(248,140,225); }
div.DivClassName
{
background-color: #F88CE1;
}
.BgClassName
{
background-color: #F88CE1;
}
</style>
border-color css
<style>
span { border-color: #F88CE1; }
span { border-color: rgb(248,140,225); }
td.TdClassName
{
border-color: #F88CE1;
}
.TagClassName
{
border-color: #F88CE1;
}
</style>