Shades of Pale Magenta #F880DD
Tints of Pale Magenta #F880DD
RGB
CMYK
RGB Variations
Color information
#F880DD (or 0xF880DD) is known color: Pale Magenta. HEX triplet: F8, 80 and DD. RGB value is (248,128,221). Sum of RGB (Red+Green+Blue) = 248+128+221=597 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.54% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 248 - color contains mainly: red. Hex color #F880DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880DD is #077F22. Grayscale: #AEAEAE. Windows color (decimal): -491299 or 14516472. OLE color: 14516472.
HSL color Cylindrical-coordinate representation of color #F880DD: hue angle of 313.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F880DD is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 221 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.03 |
| HSL | 313.5º | 0.9% | 0.74% | - |
| HSV(B) | 313.5º | 0.48% | 0.97% | - |
| XYZ | 59.48 | 40.62 | 73.11 | - |
| YUV | 174.48 | 154.26 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 221 | 0 | 0.48 | 0.11 | 0.03 | 313.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | DD | 0 | 30 | B | 3 | 13A | 5A | 4A |
| Octal | 370 | 200 | 335 | 0 | 60 | 13 | 3 | 472 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11011101 | 0 | 110000 | 1011 | 11 | 100111010 | 1011010 | 1001010 |
Color Harmonies of #F880DD
Complementary color
Monochromatic Colors of #F880DD
Black with #F880DD
Text Example
Text Example
White with #F880DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880DD; }
p { color: rgb(248,128,221); }
H1.HeaderClassName
{
color: #F880DD;
}
.AnyTagClassName
{
color: #F880DD;
}
</style>
background-color css
<style>
a { background-color: #F880DD; }
a { background-color: rgb(248,128,221); }
div.DivClassName
{
background-color: #F880DD;
}
.BgClassName
{
background-color: #F880DD;
}
</style>
border-color css
<style>
span { border-color: #F880DD; }
span { border-color: rgb(248,128,221); }
td.TdClassName
{
border-color: #F880DD;
}
.TagClassName
{
border-color: #F880DD;
}
</style>