Shades of Pale Magenta #F88FED
Tints of Pale Magenta #F88FED
RGB
CMYK
RGB Variations
Color information
#F88FED (or 0xF88FED) is known color: Pale Magenta. HEX triplet: F8, 8F and ED. RGB value is (248,143,237). Sum of RGB (Red+Green+Blue) = 248+143+237=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 143 (56.25% from 255 or 22.77% from 628); Blue value is 237 (92.97% from 255 or 37.74% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88FED is #077012. Grayscale: #B8B8B8. Windows color (decimal): -487443 or 15568888. OLE color: 15568888.
HSL color Cylindrical-coordinate representation of color #F88FED: hue angle of 306.29º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F88FED is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 237 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.03 |
| HSL | 306.29º | 0.88% | 0.77% | - |
| HSV(B) | 306.29º | 0.42% | 0.97% | - |
| XYZ | 63.82 | 45.72 | 85.58 | - |
| YUV | 185.11 | 157.29 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 237 | 0 | 0.42 | 0.04 | 0.03 | 306.29 | 0.88 | 0.77 |
| Hex | F8 | 8F | ED | 0 | 2A | 4 | 3 | 132 | 58 | 4D |
| Octal | 370 | 217 | 355 | 0 | 52 | 4 | 3 | 462 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11101101 | 0 | 101010 | 100 | 11 | 100110010 | 1011000 | 1001101 |
Color Harmonies of #F88FED
Complementary color
Monochromatic Colors of #F88FED
Black with #F88FED
Text Example
Text Example
White with #F88FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FED; }
p { color: rgb(248,143,237); }
H1.HeaderClassName
{
color: #F88FED;
}
.AnyTagClassName
{
color: #F88FED;
}
</style>
background-color css
<style>
a { background-color: #F88FED; }
a { background-color: rgb(248,143,237); }
div.DivClassName
{
background-color: #F88FED;
}
.BgClassName
{
background-color: #F88FED;
}
</style>
border-color css
<style>
span { border-color: #F88FED; }
span { border-color: rgb(248,143,237); }
td.TdClassName
{
border-color: #F88FED;
}
.TagClassName
{
border-color: #F88FED;
}
</style>