Shades of Pale Magenta #F883D8
Tints of Pale Magenta #F883D8
RGB
CMYK
RGB Variations
Color information
#F883D8 (or 0xF883D8) is known color: Pale Magenta. HEX triplet: F8, 83 and D8. RGB value is (248,131,216). Sum of RGB (Red+Green+Blue) = 248+131+216=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F883D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883D8 is #077C27. Grayscale: #AFAFAF. Windows color (decimal): -490536 or 14189560. OLE color: 14189560.
HSL color Cylindrical-coordinate representation of color #F883D8: hue angle of 316.41º 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 #F883D8 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 216 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.03 |
| HSL | 316.41º | 0.89% | 0.74% | - |
| HSV(B) | 316.41º | 0.47% | 0.97% | - |
| XYZ | 59.22 | 41.15 | 69.79 | - |
| YUV | 175.67 | 150.76 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 216 | 0 | 0.47 | 0.13 | 0.03 | 316.41 | 0.89 | 0.74 |
| Hex | F8 | 83 | D8 | 0 | 2F | D | 3 | 13C | 59 | 4A |
| Octal | 370 | 203 | 330 | 0 | 57 | 15 | 3 | 474 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11011000 | 0 | 101111 | 1101 | 11 | 100111100 | 1011001 | 1001010 |
Color Harmonies of #F883D8
Complementary color
Monochromatic Colors of #F883D8
Black with #F883D8
Text Example
Text Example
White with #F883D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883D8; }
p { color: rgb(248,131,216); }
H1.HeaderClassName
{
color: #F883D8;
}
.AnyTagClassName
{
color: #F883D8;
}
</style>
background-color css
<style>
a { background-color: #F883D8; }
a { background-color: rgb(248,131,216); }
div.DivClassName
{
background-color: #F883D8;
}
.BgClassName
{
background-color: #F883D8;
}
</style>
border-color css
<style>
span { border-color: #F883D8; }
span { border-color: rgb(248,131,216); }
td.TdClassName
{
border-color: #F883D8;
}
.TagClassName
{
border-color: #F883D8;
}
</style>