Shades of Pale Magenta #F88BDA
Tints of Pale Magenta #F88BDA
RGB
CMYK
RGB Variations
Color information
#F88BDA (or 0xF88BDA) is known color: Pale Magenta. HEX triplet: F8, 8B and DA. RGB value is (248,139,218). Sum of RGB (Red+Green+Blue) = 248+139+218=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 139 (54.69% from 255 or 22.98% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BDA is #077425. Grayscale: #B4B4B4. Windows color (decimal): -488486 or 14322680. OLE color: 14322680.
HSL color Cylindrical-coordinate representation of color #F88BDA: hue angle of 316.51º 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 #F88BDA is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 218 | - |
| CMYK | 0 | 0.44 | 0.12 | 0.03 |
| HSL | 316.51º | 0.89% | 0.76% | - |
| HSV(B) | 316.51º | 0.44% | 0.97% | - |
| XYZ | 60.6 | 43.48 | 71.53 | - |
| YUV | 180.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 218 | 0 | 0.44 | 0.12 | 0.03 | 316.51 | 0.89 | 0.76 |
| Hex | F8 | 8B | DA | 0 | 2C | C | 3 | 13D | 59 | 4C |
| Octal | 370 | 213 | 332 | 0 | 54 | 14 | 3 | 475 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11011010 | 0 | 101100 | 1100 | 11 | 100111101 | 1011001 | 1001100 |
Color Harmonies of #F88BDA
Complementary color
Monochromatic Colors of #F88BDA
Black with #F88BDA
Text Example
Text Example
White with #F88BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BDA; }
p { color: rgb(248,139,218); }
H1.HeaderClassName
{
color: #F88BDA;
}
.AnyTagClassName
{
color: #F88BDA;
}
</style>
background-color css
<style>
a { background-color: #F88BDA; }
a { background-color: rgb(248,139,218); }
div.DivClassName
{
background-color: #F88BDA;
}
.BgClassName
{
background-color: #F88BDA;
}
</style>
border-color css
<style>
span { border-color: #F88BDA; }
span { border-color: rgb(248,139,218); }
td.TdClassName
{
border-color: #F88BDA;
}
.TagClassName
{
border-color: #F88BDA;
}
</style>