Shades of Pale Magenta #F883DF
Tints of Pale Magenta #F883DF
RGB
CMYK
RGB Variations
Color information
#F883DF (or 0xF883DF) is known color: Pale Magenta. HEX triplet: F8, 83 and DF. RGB value is (248,131,223). Sum of RGB (Red+Green+Blue) = 248+131+223=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 131 (51.56% from 255 or 21.76% from 602); Blue value is 223 (87.5% from 255 or 37.04% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F883DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883DF is #077C20. Grayscale: #B0B0B0. Windows color (decimal): -490529 or 14648312. OLE color: 14648312.
HSL color Cylindrical-coordinate representation of color #F883DF: hue angle of 312.82º 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 #F883DF is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 223 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.03 |
| HSL | 312.82º | 0.89% | 0.74% | - |
| HSV(B) | 312.82º | 0.47% | 0.97% | - |
| XYZ | 60.15 | 41.52 | 74.66 | - |
| YUV | 176.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 223 | 0 | 0.47 | 0.10 | 0.03 | 312.82 | 0.89 | 0.74 |
| Hex | F8 | 83 | DF | 0 | 2F | A | 3 | 139 | 59 | 4A |
| Octal | 370 | 203 | 337 | 0 | 57 | 12 | 3 | 471 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11011111 | 0 | 101111 | 1010 | 11 | 100111001 | 1011001 | 1001010 |
Color Harmonies of #F883DF
Complementary color
Monochromatic Colors of #F883DF
Black with #F883DF
Text Example
Text Example
White with #F883DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883DF; }
p { color: rgb(248,131,223); }
H1.HeaderClassName
{
color: #F883DF;
}
.AnyTagClassName
{
color: #F883DF;
}
</style>
background-color css
<style>
a { background-color: #F883DF; }
a { background-color: rgb(248,131,223); }
div.DivClassName
{
background-color: #F883DF;
}
.BgClassName
{
background-color: #F883DF;
}
</style>
border-color css
<style>
span { border-color: #F883DF; }
span { border-color: rgb(248,131,223); }
td.TdClassName
{
border-color: #F883DF;
}
.TagClassName
{
border-color: #F883DF;
}
</style>