Shades of Pale Magenta #F883EE
Tints of Pale Magenta #F883EE
RGB
CMYK
RGB Variations
Color information
#F883EE (or 0xF883EE) is known color: Pale Magenta. HEX triplet: F8, 83 and EE. RGB value is (248,131,238). Sum of RGB (Red+Green+Blue) = 248+131+238=617 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.19% from 617); Green value is 131 (51.56% from 255 or 21.23% from 617); Blue value is 238 (93.36% from 255 or 38.57% from 617); Max value from RGB is 248 - color contains mainly: red. Hex color #F883EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F883EE is #077C11. Grayscale: #B1B1B1. Windows color (decimal): -490514 or 15631352. OLE color: 15631352.
HSL color Cylindrical-coordinate representation of color #F883EE: hue angle of 305.13º 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 #F883EE is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 131 | 238 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.03 |
| HSL | 305.13º | 0.89% | 0.74% | - |
| HSV(B) | 305.13º | 0.47% | 0.97% | - |
| XYZ | 62.26 | 42.36 | 85.78 | - |
| YUV | 178.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 131 | 238 | 0 | 0.47 | 0.04 | 0.03 | 305.13 | 0.89 | 0.74 |
| Hex | F8 | 83 | EE | 0 | 2F | 4 | 3 | 131 | 59 | 4A |
| Octal | 370 | 203 | 356 | 0 | 57 | 4 | 3 | 461 | 131 | 112 |
| Binary | 11111000 | 10000011 | 11101110 | 0 | 101111 | 100 | 11 | 100110001 | 1011001 | 1001010 |
Color Harmonies of #F883EE
Complementary color
Monochromatic Colors of #F883EE
Black with #F883EE
Text Example
Text Example
White with #F883EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F883EE; }
p { color: rgb(248,131,238); }
H1.HeaderClassName
{
color: #F883EE;
}
.AnyTagClassName
{
color: #F883EE;
}
</style>
background-color css
<style>
a { background-color: #F883EE; }
a { background-color: rgb(248,131,238); }
div.DivClassName
{
background-color: #F883EE;
}
.BgClassName
{
background-color: #F883EE;
}
</style>
border-color css
<style>
span { border-color: #F883EE; }
span { border-color: rgb(248,131,238); }
td.TdClassName
{
border-color: #F883EE;
}
.TagClassName
{
border-color: #F883EE;
}
</style>