Shades of Pale Magenta #F883D7
Tints of Pale Magenta #F883D7
RGB
CMYK
RGB Variations
Color information
#F883D7 (or 0xF883D7) is known color: Pale Magenta. HEX triplet: F8, 83 and D7. RGB value is (248,131,215). Sum of RGB (Red+Green+Blue) = 248+131+215=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 131 (51.56% from 255 or 22.05% from 594); Blue value is 215 (84.38% from 255 or 36.20% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F883D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883D7 is #077C28. Grayscale: #AFAFAF. Windows color (decimal): -490537 or 14124024. OLE color: 14124024.
HSL color Cylindrical-coordinate representation of color #F883D7: hue angle of 316.92º 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 #F883D7 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 215 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.03 |
| HSL | 316.92º | 0.89% | 0.74% | - |
| HSV(B) | 316.92º | 0.47% | 0.97% | - |
| XYZ | 59.09 | 41.1 | 69.11 | - |
| YUV | 175.56 | 150.26 | 179.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 215 | 0 | 0.47 | 0.13 | 0.03 | 316.92 | 0.89 | 0.74 |
| Hex | F8 | 83 | D7 | 0 | 2F | D | 3 | 13D | 59 | 4A |
| Octal | 370 | 203 | 327 | 0 | 57 | 15 | 3 | 475 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11010111 | 0 | 101111 | 1101 | 11 | 100111101 | 1011001 | 1001010 |
Color Harmonies of #F883D7
Complementary color
Monochromatic Colors of #F883D7
Black with #F883D7
Text Example
Text Example
White with #F883D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883D7; }
p { color: rgb(248,131,215); }
H1.HeaderClassName
{
color: #F883D7;
}
.AnyTagClassName
{
color: #F883D7;
}
</style>
background-color css
<style>
a { background-color: #F883D7; }
a { background-color: rgb(248,131,215); }
div.DivClassName
{
background-color: #F883D7;
}
.BgClassName
{
background-color: #F883D7;
}
</style>
border-color css
<style>
span { border-color: #F883D7; }
span { border-color: rgb(248,131,215); }
td.TdClassName
{
border-color: #F883D7;
}
.TagClassName
{
border-color: #F883D7;
}
</style>