Shades of Pale Magenta #F883DB
Tints of Pale Magenta #F883DB
RGB
CMYK
RGB Variations
Color information
#F883DB (or 0xF883DB) is known color: Pale Magenta. HEX triplet: F8, 83 and DB. RGB value is (248,131,219). Sum of RGB (Red+Green+Blue) = 248+131+219=598 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.47% from 598); Green value is 131 (51.56% from 255 or 21.91% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DB is #077C24. Grayscale: #AFAFAF. Windows color (decimal): -490533 or 14386168. OLE color: 14386168.
HSL color Cylindrical-coordinate representation of color #F883DB: hue angle of 314.87º 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 #F883DB is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 219 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.03 |
| HSL | 314.87º | 0.89% | 0.74% | - |
| HSV(B) | 314.87º | 0.47% | 0.97% | - |
| XYZ | 59.61 | 41.3 | 71.85 | - |
| YUV | 176.02 | 152.26 | 179.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 219 | 0 | 0.47 | 0.12 | 0.03 | 314.87 | 0.89 | 0.74 |
| Hex | F8 | 83 | DB | 0 | 2F | C | 3 | 13B | 59 | 4A |
| Octal | 370 | 203 | 333 | 0 | 57 | 14 | 3 | 473 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11011011 | 0 | 101111 | 1100 | 11 | 100111011 | 1011001 | 1001010 |
Color Harmonies of #F883DB
Complementary color
Monochromatic Colors of #F883DB
Black with #F883DB
Text Example
Text Example
White with #F883DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883DB; }
p { color: rgb(248,131,219); }
H1.HeaderClassName
{
color: #F883DB;
}
.AnyTagClassName
{
color: #F883DB;
}
</style>
background-color css
<style>
a { background-color: #F883DB; }
a { background-color: rgb(248,131,219); }
div.DivClassName
{
background-color: #F883DB;
}
.BgClassName
{
background-color: #F883DB;
}
</style>
border-color css
<style>
span { border-color: #F883DB; }
span { border-color: rgb(248,131,219); }
td.TdClassName
{
border-color: #F883DB;
}
.TagClassName
{
border-color: #F883DB;
}
</style>