Shades of Pale Magenta #F88BED
Tints of Pale Magenta #F88BED
RGB
CMYK
RGB Variations
Color information
#F88BED (or 0xF88BED) is known color: Pale Magenta. HEX triplet: F8, 8B and ED. RGB value is (248,139,237). Sum of RGB (Red+Green+Blue) = 248+139+237=624 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.74% from 624); Green value is 139 (54.69% from 255 or 22.28% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88BED is #077412. Grayscale: #B6B6B6. Windows color (decimal): -488467 or 15567864. OLE color: 15567864.
HSL color Cylindrical-coordinate representation of color #F88BED: hue angle of 306.06º 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 #F88BED is Cyan = 0, Magento = 0.44, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 237 | - |
| CMYK | 0 | 0.44 | 0.04 | 0.03 |
| HSL | 306.06º | 0.89% | 0.76% | - |
| HSV(B) | 306.06º | 0.44% | 0.97% | - |
| XYZ | 63.23 | 44.54 | 85.38 | - |
| YUV | 182.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 237 | 0 | 0.44 | 0.04 | 0.03 | 306.06 | 0.89 | 0.76 |
| Hex | F8 | 8B | ED | 0 | 2C | 4 | 3 | 132 | 59 | 4C |
| Octal | 370 | 213 | 355 | 0 | 54 | 4 | 3 | 462 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11101101 | 0 | 101100 | 100 | 11 | 100110010 | 1011001 | 1001100 |
Color Harmonies of #F88BED
Complementary color
Monochromatic Colors of #F88BED
Black with #F88BED
Text Example
Text Example
White with #F88BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BED; }
p { color: rgb(248,139,237); }
H1.HeaderClassName
{
color: #F88BED;
}
.AnyTagClassName
{
color: #F88BED;
}
</style>
background-color css
<style>
a { background-color: #F88BED; }
a { background-color: rgb(248,139,237); }
div.DivClassName
{
background-color: #F88BED;
}
.BgClassName
{
background-color: #F88BED;
}
</style>
border-color css
<style>
span { border-color: #F88BED; }
span { border-color: rgb(248,139,237); }
td.TdClassName
{
border-color: #F88BED;
}
.TagClassName
{
border-color: #F88BED;
}
</style>