Shades of Pale Magenta #F883ED
Tints of Pale Magenta #F883ED
RGB
CMYK
RGB Variations
Color information
#F883ED (or 0xF883ED) is known color: Pale Magenta. HEX triplet: F8, 83 and ED. RGB value is (248,131,237). Sum of RGB (Red+Green+Blue) = 248+131+237=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 131 (51.56% from 255 or 21.27% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F883ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883ED is #077C12. Grayscale: #B1B1B1. Windows color (decimal): -490515 or 15565816. OLE color: 15565816.
HSL color Cylindrical-coordinate representation of color #F883ED: hue angle of 305.64º 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 #F883ED is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 237 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.64º | 0.89% | 0.74% | - |
| HSV(B) | 305.64º | 0.47% | 0.97% | - |
| XYZ | 62.11 | 42.3 | 85.01 | - |
| YUV | 178.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 237 | 0 | 0.47 | 0.04 | 0.03 | 305.64 | 0.89 | 0.74 |
| Hex | F8 | 83 | ED | 0 | 2F | 4 | 3 | 132 | 59 | 4A |
| Octal | 370 | 203 | 355 | 0 | 57 | 4 | 3 | 462 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11101101 | 0 | 101111 | 100 | 11 | 100110010 | 1011001 | 1001010 |
Color Harmonies of #F883ED
Complementary color
Monochromatic Colors of #F883ED
Black with #F883ED
Text Example
Text Example
White with #F883ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883ED; }
p { color: rgb(248,131,237); }
H1.HeaderClassName
{
color: #F883ED;
}
.AnyTagClassName
{
color: #F883ED;
}
</style>
background-color css
<style>
a { background-color: #F883ED; }
a { background-color: rgb(248,131,237); }
div.DivClassName
{
background-color: #F883ED;
}
.BgClassName
{
background-color: #F883ED;
}
</style>
border-color css
<style>
span { border-color: #F883ED; }
span { border-color: rgb(248,131,237); }
td.TdClassName
{
border-color: #F883ED;
}
.TagClassName
{
border-color: #F883ED;
}
</style>