Shades of Pale Magenta #F88DDD
Tints of Pale Magenta #F88DDD
RGB
CMYK
RGB Variations
Color information
#F88DDD (or 0xF88DDD) is known color: Pale Magenta. HEX triplet: F8, 8D and DD. RGB value is (248,141,221). Sum of RGB (Red+Green+Blue) = 248+141+221=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 141 (55.47% from 255 or 23.11% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F88DDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F88DDD is #077222. Grayscale: #B5B5B5. Windows color (decimal): -487971 or 14519800. OLE color: 14519800.
HSL color Cylindrical-coordinate representation of color #F88DDD: hue angle of 315.14º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F88DDD is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 141 | 221 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.03 |
| HSL | 315.14º | 0.88% | 0.76% | - |
| HSV(B) | 315.14º | 0.43% | 0.97% | - |
| XYZ | 61.29 | 44.23 | 73.71 | - |
| YUV | 182.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 141 | 221 | 0 | 0.43 | 0.11 | 0.03 | 315.14 | 0.88 | 0.76 |
| Hex | F8 | 8D | DD | 0 | 2B | B | 3 | 13B | 58 | 4C |
| Octal | 370 | 215 | 335 | 0 | 53 | 13 | 3 | 473 | 130 | 114 |
| Binary | 11111000 | 10001101 | 11011101 | 0 | 101011 | 1011 | 11 | 100111011 | 1011000 | 1001100 |
Color Harmonies of #F88DDD
Complementary color
Monochromatic Colors of #F88DDD
Black with #F88DDD
Text Example
Text Example
White with #F88DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88DDD; }
p { color: rgb(248,141,221); }
H1.HeaderClassName
{
color: #F88DDD;
}
.AnyTagClassName
{
color: #F88DDD;
}
</style>
background-color css
<style>
a { background-color: #F88DDD; }
a { background-color: rgb(248,141,221); }
div.DivClassName
{
background-color: #F88DDD;
}
.BgClassName
{
background-color: #F88DDD;
}
</style>
border-color css
<style>
span { border-color: #F88DDD; }
span { border-color: rgb(248,141,221); }
td.TdClassName
{
border-color: #F88DDD;
}
.TagClassName
{
border-color: #F88DDD;
}
</style>