Shades of Pale Magenta #F880DF
Tints of Pale Magenta #F880DF
RGB
CMYK
RGB Variations
Color information
#F880DF (or 0xF880DF) is known color: Pale Magenta. HEX triplet: F8, 80 and DF. RGB value is (248,128,223). Sum of RGB (Red+Green+Blue) = 248+128+223=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F880DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880DF is #077F20. Grayscale: #AEAEAE. Windows color (decimal): -491297 or 14647544. OLE color: 14647544.
HSL color Cylindrical-coordinate representation of color #F880DF: hue angle of 312.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 #F880DF is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 223 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.03 |
| HSL | 312.5º | 0.9% | 0.74% | - |
| HSV(B) | 312.5º | 0.48% | 0.97% | - |
| XYZ | 59.75 | 40.72 | 74.52 | - |
| YUV | 174.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 223 | 0 | 0.48 | 0.10 | 0.03 | 312.5 | 0.9 | 0.74 |
| Hex | F8 | 80 | DF | 0 | 30 | A | 3 | 138 | 5A | 4A |
| Octal | 370 | 200 | 337 | 0 | 60 | 12 | 3 | 470 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11011111 | 0 | 110000 | 1010 | 11 | 100111000 | 1011010 | 1001010 |
Color Harmonies of #F880DF
Complementary color
Monochromatic Colors of #F880DF
Black with #F880DF
Text Example
Text Example
White with #F880DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880DF; }
p { color: rgb(248,128,223); }
H1.HeaderClassName
{
color: #F880DF;
}
.AnyTagClassName
{
color: #F880DF;
}
</style>
background-color css
<style>
a { background-color: #F880DF; }
a { background-color: rgb(248,128,223); }
div.DivClassName
{
background-color: #F880DF;
}
.BgClassName
{
background-color: #F880DF;
}
</style>
border-color css
<style>
span { border-color: #F880DF; }
span { border-color: rgb(248,128,223); }
td.TdClassName
{
border-color: #F880DF;
}
.TagClassName
{
border-color: #F880DF;
}
</style>