Shades of Pale Magenta #F88FE5
Tints of Pale Magenta #F88FE5
RGB
CMYK
RGB Variations
Color information
#F88FE5 (or 0xF88FE5) is known color: Pale Magenta. HEX triplet: F8, 8F and E5. RGB value is (248,143,229). Sum of RGB (Red+Green+Blue) = 248+143+229=620 (82% of max value = 765). Red value is 248 (97.27% from 255 or 40% from 620); Green value is 143 (56.25% from 255 or 23.06% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 248 - color contains mainly: red. Hex color #F88FE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88FE5 is #07701A. Grayscale: #B7B7B7. Windows color (decimal): -487451 or 15044600. OLE color: 15044600.
HSL color Cylindrical-coordinate representation of color #F88FE5: hue angle of 310.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 #F88FE5 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 229 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.03 |
| HSL | 310.86º | 0.88% | 0.77% | - |
| HSV(B) | 310.86º | 0.42% | 0.97% | - |
| XYZ | 62.68 | 45.26 | 79.56 | - |
| YUV | 184.2 | 153.29 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 229 | 0 | 0.42 | 0.08 | 0.03 | 310.86 | 0.88 | 0.77 |
| Hex | F8 | 8F | E5 | 0 | 2A | 8 | 3 | 137 | 58 | 4D |
| Octal | 370 | 217 | 345 | 0 | 52 | 10 | 3 | 467 | 130 | 115 |
| Binary | 11111000 | 10001111 | 11100101 | 0 | 101010 | 1000 | 11 | 100110111 | 1011000 | 1001101 |
Color Harmonies of #F88FE5
Complementary color
Monochromatic Colors of #F88FE5
Black with #F88FE5
Text Example
Text Example
White with #F88FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88FE5; }
p { color: rgb(248,143,229); }
H1.HeaderClassName
{
color: #F88FE5;
}
.AnyTagClassName
{
color: #F88FE5;
}
</style>
background-color css
<style>
a { background-color: #F88FE5; }
a { background-color: rgb(248,143,229); }
div.DivClassName
{
background-color: #F88FE5;
}
.BgClassName
{
background-color: #F88FE5;
}
</style>
border-color css
<style>
span { border-color: #F88FE5; }
span { border-color: rgb(248,143,229); }
td.TdClassName
{
border-color: #F88FE5;
}
.TagClassName
{
border-color: #F88FE5;
}
</style>