Shades of Pale Magenta #F883D5
Tints of Pale Magenta #F883D5
RGB
CMYK
RGB Variations
Color information
#F883D5 (or 0xF883D5) is known color: Pale Magenta. HEX triplet: F8, 83 and D5. RGB value is (248,131,213). Sum of RGB (Red+Green+Blue) = 248+131+213=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F883D5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F883D5 is #077C2A. Grayscale: #AFAFAF. Windows color (decimal): -490539 or 13992952. OLE color: 13992952.
HSL color Cylindrical-coordinate representation of color #F883D5: hue angle of 317.95º 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 #F883D5 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 213 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.03 |
| HSL | 317.95º | 0.89% | 0.74% | - |
| HSV(B) | 317.95º | 0.47% | 0.97% | - |
| XYZ | 58.84 | 40.99 | 67.76 | - |
| YUV | 175.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 213 | 0 | 0.47 | 0.14 | 0.03 | 317.95 | 0.89 | 0.74 |
| Hex | F8 | 83 | D5 | 0 | 2F | E | 3 | 13E | 59 | 4A |
| Octal | 370 | 203 | 325 | 0 | 57 | 16 | 3 | 476 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11010101 | 0 | 101111 | 1110 | 11 | 100111110 | 1011001 | 1001010 |
Color Harmonies of #F883D5
Complementary color
Monochromatic Colors of #F883D5
Black with #F883D5
Text Example
Text Example
White with #F883D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883D5; }
p { color: rgb(248,131,213); }
H1.HeaderClassName
{
color: #F883D5;
}
.AnyTagClassName
{
color: #F883D5;
}
</style>
background-color css
<style>
a { background-color: #F883D5; }
a { background-color: rgb(248,131,213); }
div.DivClassName
{
background-color: #F883D5;
}
.BgClassName
{
background-color: #F883D5;
}
</style>
border-color css
<style>
span { border-color: #F883D5; }
span { border-color: rgb(248,131,213); }
td.TdClassName
{
border-color: #F883D5;
}
.TagClassName
{
border-color: #F883D5;
}
</style>