Shades of Pale Magenta #F888ED
Tints of Pale Magenta #F888ED
RGB
CMYK
RGB Variations
Color information
#F888ED (or 0xF888ED) is known color: Pale Magenta. HEX triplet: F8, 88 and ED. RGB value is (248,136,237). Sum of RGB (Red+Green+Blue) = 248+136+237=621 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.94% from 621); Green value is 136 (53.52% from 255 or 21.90% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 248 - color contains mainly: red. Hex color #F888ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F888ED is #077712. Grayscale: #B4B4B4. Windows color (decimal): -489235 or 15567096. OLE color: 15567096.
HSL color Cylindrical-coordinate representation of color #F888ED: hue angle of 305.89º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888ED is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 237 | - |
| CMYK | 0 | 0.45 | 0.04 | 0.03 |
| HSL | 305.89º | 0.89% | 0.75% | - |
| HSV(B) | 305.89º | 0.45% | 0.97% | - |
| XYZ | 62.8 | 43.68 | 85.24 | - |
| YUV | 181 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 237 | 0 | 0.45 | 0.04 | 0.03 | 305.89 | 0.89 | 0.75 |
| Hex | F8 | 88 | ED | 0 | 2D | 4 | 3 | 132 | 59 | 4B |
| Octal | 370 | 210 | 355 | 0 | 55 | 4 | 3 | 462 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11101101 | 0 | 101101 | 100 | 11 | 100110010 | 1011001 | 1001011 |
Color Harmonies of #F888ED
Complementary color
Monochromatic Colors of #F888ED
Black with #F888ED
Text Example
Text Example
White with #F888ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888ED; }
p { color: rgb(248,136,237); }
H1.HeaderClassName
{
color: #F888ED;
}
.AnyTagClassName
{
color: #F888ED;
}
</style>
background-color css
<style>
a { background-color: #F888ED; }
a { background-color: rgb(248,136,237); }
div.DivClassName
{
background-color: #F888ED;
}
.BgClassName
{
background-color: #F888ED;
}
</style>
border-color css
<style>
span { border-color: #F888ED; }
span { border-color: rgb(248,136,237); }
td.TdClassName
{
border-color: #F888ED;
}
.TagClassName
{
border-color: #F888ED;
}
</style>