Shades of Pale Magenta #F882E2
Tints of Pale Magenta #F882E2
RGB
CMYK
RGB Variations
Color information
#F882E2 (or 0xF882E2) is known color: Pale Magenta. HEX triplet: F8, 82 and E2. RGB value is (248,130,226). Sum of RGB (Red+Green+Blue) = 248+130+226=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 130 (51.17% from 255 or 21.52% from 604); Blue value is 226 (88.67% from 255 or 37.42% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882E2 is #077D1D. Grayscale: #AFAFAF. Windows color (decimal): -490782 or 14844664. OLE color: 14844664.
HSL color Cylindrical-coordinate representation of color #F882E2: hue angle of 311.19º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F882E2 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 226 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.03 |
| HSL | 311.19º | 0.89% | 0.74% | - |
| HSV(B) | 311.19º | 0.48% | 0.97% | - |
| XYZ | 60.42 | 41.41 | 76.76 | - |
| YUV | 176.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 226 | 0 | 0.48 | 0.09 | 0.03 | 311.19 | 0.89 | 0.74 |
| Hex | F8 | 82 | E2 | 0 | 30 | 9 | 3 | 137 | 59 | 4A |
| Octal | 370 | 202 | 342 | 0 | 60 | 11 | 3 | 467 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11100010 | 0 | 110000 | 1001 | 11 | 100110111 | 1011001 | 1001010 |
Color Harmonies of #F882E2
Complementary color
Monochromatic Colors of #F882E2
Black with #F882E2
Text Example
Text Example
White with #F882E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882E2; }
p { color: rgb(248,130,226); }
H1.HeaderClassName
{
color: #F882E2;
}
.AnyTagClassName
{
color: #F882E2;
}
</style>
background-color css
<style>
a { background-color: #F882E2; }
a { background-color: rgb(248,130,226); }
div.DivClassName
{
background-color: #F882E2;
}
.BgClassName
{
background-color: #F882E2;
}
</style>
border-color css
<style>
span { border-color: #F882E2; }
span { border-color: rgb(248,130,226); }
td.TdClassName
{
border-color: #F882E2;
}
.TagClassName
{
border-color: #F882E2;
}
</style>