Shades of Pale Magenta #F883E7
Tints of Pale Magenta #F883E7
RGB
CMYK
RGB Variations
Color information
#F883E7 (or 0xF883E7) is known color: Pale Magenta. HEX triplet: F8, 83 and E7. RGB value is (248,131,231). Sum of RGB (Red+Green+Blue) = 248+131+231=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 131 (51.56% from 255 or 21.48% from 610); Blue value is 231 (90.62% from 255 or 37.87% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F883E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883E7 is #077C18. Grayscale: #B1B1B1. Windows color (decimal): -490521 or 15172600. OLE color: 15172600.
HSL color Cylindrical-coordinate representation of color #F883E7: hue angle of 308.72º 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 #F883E7 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 231 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.03 |
| HSL | 308.72º | 0.89% | 0.74% | - |
| HSV(B) | 308.72º | 0.47% | 0.97% | - |
| XYZ | 61.25 | 41.96 | 80.47 | - |
| YUV | 177.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 231 | 0 | 0.47 | 0.07 | 0.03 | 308.72 | 0.89 | 0.74 |
| Hex | F8 | 83 | E7 | 0 | 2F | 7 | 3 | 135 | 59 | 4A |
| Octal | 370 | 203 | 347 | 0 | 57 | 7 | 3 | 465 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11100111 | 0 | 101111 | 111 | 11 | 100110101 | 1011001 | 1001010 |
Color Harmonies of #F883E7
Complementary color
Monochromatic Colors of #F883E7
Black with #F883E7
Text Example
Text Example
White with #F883E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883E7; }
p { color: rgb(248,131,231); }
H1.HeaderClassName
{
color: #F883E7;
}
.AnyTagClassName
{
color: #F883E7;
}
</style>
background-color css
<style>
a { background-color: #F883E7; }
a { background-color: rgb(248,131,231); }
div.DivClassName
{
background-color: #F883E7;
}
.BgClassName
{
background-color: #F883E7;
}
</style>
border-color css
<style>
span { border-color: #F883E7; }
span { border-color: rgb(248,131,231); }
td.TdClassName
{
border-color: #F883E7;
}
.TagClassName
{
border-color: #F883E7;
}
</style>