Shades of Pale Magenta #F88BDC
Tints of Pale Magenta #F88BDC
RGB
CMYK
RGB Variations
Color information
#F88BDC (or 0xF88BDC) is known color: Pale Magenta. HEX triplet: F8, 8B and DC. RGB value is (248,139,220). Sum of RGB (Red+Green+Blue) = 248+139+220=607 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.86% from 607); Green value is 139 (54.69% from 255 or 22.90% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 248 - color contains mainly: red. Hex color #F88BDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88BDC is #077423. Grayscale: #B4B4B4. Windows color (decimal): -488484 or 14453752. OLE color: 14453752.
HSL color Cylindrical-coordinate representation of color #F88BDC: hue angle of 315.41º 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 #F88BDC is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 139 | 220 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.03 |
| HSL | 315.41º | 0.89% | 0.76% | - |
| HSV(B) | 315.41º | 0.44% | 0.97% | - |
| XYZ | 60.86 | 43.59 | 72.92 | - |
| YUV | 180.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 139 | 220 | 0 | 0.44 | 0.11 | 0.03 | 315.41 | 0.89 | 0.76 |
| Hex | F8 | 8B | DC | 0 | 2C | B | 3 | 13B | 59 | 4C |
| Octal | 370 | 213 | 334 | 0 | 54 | 13 | 3 | 473 | 131 | 114 |
| Binary | 11111000 | 10001011 | 11011100 | 0 | 101100 | 1011 | 11 | 100111011 | 1011001 | 1001100 |
Color Harmonies of #F88BDC
Complementary color
Monochromatic Colors of #F88BDC
Black with #F88BDC
Text Example
Text Example
White with #F88BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88BDC; }
p { color: rgb(248,139,220); }
H1.HeaderClassName
{
color: #F88BDC;
}
.AnyTagClassName
{
color: #F88BDC;
}
</style>
background-color css
<style>
a { background-color: #F88BDC; }
a { background-color: rgb(248,139,220); }
div.DivClassName
{
background-color: #F88BDC;
}
.BgClassName
{
background-color: #F88BDC;
}
</style>
border-color css
<style>
span { border-color: #F88BDC; }
span { border-color: rgb(248,139,220); }
td.TdClassName
{
border-color: #F88BDC;
}
.TagClassName
{
border-color: #F88BDC;
}
</style>