Shades of Pale Magenta #F883D9
Tints of Pale Magenta #F883D9
RGB
CMYK
RGB Variations
Color information
#F883D9 (or 0xF883D9) is known color: Pale Magenta. HEX triplet: F8, 83 and D9. RGB value is (248,131,217). Sum of RGB (Red+Green+Blue) = 248+131+217=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 131 (51.56% from 255 or 21.98% from 596); Blue value is 217 (85.16% from 255 or 36.41% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F883D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883D9 is #077C26. Grayscale: #AFAFAF. Windows color (decimal): -490535 or 14255096. OLE color: 14255096.
HSL color Cylindrical-coordinate representation of color #F883D9: hue angle of 315.9º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F883D9 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 217 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.03 |
| HSL | 315.9º | 0.89% | 0.74% | - |
| HSV(B) | 315.9º | 0.47% | 0.97% | - |
| XYZ | 59.35 | 41.2 | 70.47 | - |
| YUV | 175.79 | 151.26 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 217 | 0 | 0.47 | 0.12 | 0.03 | 315.9 | 0.89 | 0.74 |
| Hex | F8 | 83 | D9 | 0 | 2F | C | 3 | 13C | 59 | 4A |
| Octal | 370 | 203 | 331 | 0 | 57 | 14 | 3 | 474 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11011001 | 0 | 101111 | 1100 | 11 | 100111100 | 1011001 | 1001010 |
Color Harmonies of #F883D9
Complementary color
Monochromatic Colors of #F883D9
Black with #F883D9
Text Example
Text Example
White with #F883D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883D9; }
p { color: rgb(248,131,217); }
H1.HeaderClassName
{
color: #F883D9;
}
.AnyTagClassName
{
color: #F883D9;
}
</style>
background-color css
<style>
a { background-color: #F883D9; }
a { background-color: rgb(248,131,217); }
div.DivClassName
{
background-color: #F883D9;
}
.BgClassName
{
background-color: #F883D9;
}
</style>
border-color css
<style>
span { border-color: #F883D9; }
span { border-color: rgb(248,131,217); }
td.TdClassName
{
border-color: #F883D9;
}
.TagClassName
{
border-color: #F883D9;
}
</style>