Shades of Pale Magenta #F88FE2
Tints of Pale Magenta #F88FE2
RGB
CMYK
RGB Variations
Color information
#F88FE2 (or 0xF88FE2) is known color: Pale Magenta. HEX triplet: F8, 8F and E2. RGB value is (248,143,226). Sum of RGB (Red+Green+Blue) = 248+143+226=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 143 (56.25% from 255 or 23.18% from 617); Blue value is 226 (88.67% from 255 or 36.63% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FE2 is #07701D. Grayscale: #B7B7B7. Windows color (decimal): -487454 or 14847992. OLE color: 14847992.
HSL color Cylindrical-coordinate representation of color #F88FE2: hue angle of 312.57º 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 #F88FE2 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 226 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.03 |
| HSL | 312.57º | 0.88% | 0.77% | - |
| HSV(B) | 312.57º | 0.42% | 0.97% | - |
| XYZ | 62.26 | 45.09 | 77.37 | - |
| YUV | 183.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 226 | 0 | 0.42 | 0.09 | 0.03 | 312.57 | 0.88 | 0.77 |
| Hex | F8 | 8F | E2 | 0 | 2A | 9 | 3 | 139 | 58 | 4D |
| Octal | 370 | 217 | 342 | 0 | 52 | 11 | 3 | 471 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11100010 | 0 | 101010 | 1001 | 11 | 100111001 | 1011000 | 1001101 |
Color Harmonies of #F88FE2
Complementary color
Monochromatic Colors of #F88FE2
Black with #F88FE2
Text Example
Text Example
White with #F88FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FE2; }
p { color: rgb(248,143,226); }
H1.HeaderClassName
{
color: #F88FE2;
}
.AnyTagClassName
{
color: #F88FE2;
}
</style>
background-color css
<style>
a { background-color: #F88FE2; }
a { background-color: rgb(248,143,226); }
div.DivClassName
{
background-color: #F88FE2;
}
.BgClassName
{
background-color: #F88FE2;
}
</style>
border-color css
<style>
span { border-color: #F88FE2; }
span { border-color: rgb(248,143,226); }
td.TdClassName
{
border-color: #F88FE2;
}
.TagClassName
{
border-color: #F88FE2;
}
</style>