Shades of Pale Magenta #F88FEC
Tints of Pale Magenta #F88FEC
RGB
CMYK
RGB Variations
Color information
#F88FEC (or 0xF88FEC) is known color: Pale Magenta. HEX triplet: F8, 8F and EC. RGB value is (248,143,236). Sum of RGB (Red+Green+Blue) = 248+143+236=627 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.55% from 627); Green value is 143 (56.25% from 255 or 22.81% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F88FEC is #077013. Grayscale: #B8B8B8. Windows color (decimal): -487444 or 15503352. OLE color: 15503352.
HSL color Cylindrical-coordinate representation of color #F88FEC: hue angle of 306.86º 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 #F88FEC is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 236 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.03 |
| HSL | 306.86º | 0.88% | 0.77% | - |
| HSV(B) | 306.86º | 0.42% | 0.97% | - |
| XYZ | 63.67 | 45.66 | 84.81 | - |
| YUV | 185 | 156.79 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 236 | 0 | 0.42 | 0.05 | 0.03 | 306.86 | 0.88 | 0.77 |
| Hex | F8 | 8F | EC | 0 | 2A | 5 | 3 | 133 | 58 | 4D |
| Octal | 370 | 217 | 354 | 0 | 52 | 5 | 3 | 463 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11101100 | 0 | 101010 | 101 | 11 | 100110011 | 1011000 | 1001101 |
Color Harmonies of #F88FEC
Complementary color
Monochromatic Colors of #F88FEC
Black with #F88FEC
Text Example
Text Example
White with #F88FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FEC; }
p { color: rgb(248,143,236); }
H1.HeaderClassName
{
color: #F88FEC;
}
.AnyTagClassName
{
color: #F88FEC;
}
</style>
background-color css
<style>
a { background-color: #F88FEC; }
a { background-color: rgb(248,143,236); }
div.DivClassName
{
background-color: #F88FEC;
}
.BgClassName
{
background-color: #F88FEC;
}
</style>
border-color css
<style>
span { border-color: #F88FEC; }
span { border-color: rgb(248,143,236); }
td.TdClassName
{
border-color: #F88FEC;
}
.TagClassName
{
border-color: #F88FEC;
}
</style>