Shades of Pale Magenta #F881DE
Tints of Pale Magenta #F881DE
RGB
CMYK
RGB Variations
Color information
#F881DE (or 0xF881DE) is known color: Pale Magenta. HEX triplet: F8, 81 and DE. RGB value is (248,129,222). Sum of RGB (Red+Green+Blue) = 248+129+222=599 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.40% from 599); Green value is 129 (50.78% from 255 or 21.54% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 248 - color contains mainly: red. Hex color #F881DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F881DE is #077E21. Grayscale: #AEAEAE. Windows color (decimal): -491042 or 14582264. OLE color: 14582264.
HSL color Cylindrical-coordinate representation of color #F881DE: hue angle of 313.11º degrees, saturation: 0.89, 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 #F881DE is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 129 | 222 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.03 |
| HSL | 313.11º | 0.89% | 0.74% | - |
| HSV(B) | 313.11º | 0.48% | 0.97% | - |
| XYZ | 59.75 | 40.93 | 73.86 | - |
| YUV | 175.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 129 | 222 | 0 | 0.48 | 0.10 | 0.03 | 313.11 | 0.89 | 0.74 |
| Hex | F8 | 81 | DE | 0 | 30 | A | 3 | 139 | 59 | 4A |
| Octal | 370 | 201 | 336 | 0 | 60 | 12 | 3 | 471 | 131 | 112 |
| Binary | 11111000 | 10000001 | 11011110 | 0 | 110000 | 1010 | 11 | 100111001 | 1011001 | 1001010 |
Color Harmonies of #F881DE
Complementary color
Monochromatic Colors of #F881DE
Black with #F881DE
Text Example
Text Example
White with #F881DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F881DE; }
p { color: rgb(248,129,222); }
H1.HeaderClassName
{
color: #F881DE;
}
.AnyTagClassName
{
color: #F881DE;
}
</style>
background-color css
<style>
a { background-color: #F881DE; }
a { background-color: rgb(248,129,222); }
div.DivClassName
{
background-color: #F881DE;
}
.BgClassName
{
background-color: #F881DE;
}
</style>
border-color css
<style>
span { border-color: #F881DE; }
span { border-color: rgb(248,129,222); }
td.TdClassName
{
border-color: #F881DE;
}
.TagClassName
{
border-color: #F881DE;
}
</style>