Shades of Pale Magenta #F882E3
Tints of Pale Magenta #F882E3
RGB
CMYK
RGB Variations
Color information
#F882E3 (or 0xF882E3) is known color: Pale Magenta. HEX triplet: F8, 82 and E3. RGB value is (248,130,227). Sum of RGB (Red+Green+Blue) = 248+130+227=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 130 (51.17% from 255 or 21.49% from 605); Blue value is 227 (89.06% from 255 or 37.52% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882E3 is #077D1C. Grayscale: #B0B0B0. Windows color (decimal): -490781 or 14910200. OLE color: 14910200.
HSL color Cylindrical-coordinate representation of color #F882E3: hue angle of 310.68º 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 #F882E3 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 227 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.03 |
| HSL | 310.68º | 0.89% | 0.74% | - |
| HSV(B) | 310.68º | 0.48% | 0.97% | - |
| XYZ | 60.56 | 41.47 | 77.49 | - |
| YUV | 176.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 227 | 0 | 0.48 | 0.08 | 0.03 | 310.68 | 0.89 | 0.74 |
| Hex | F8 | 82 | E3 | 0 | 30 | 8 | 3 | 137 | 59 | 4A |
| Octal | 370 | 202 | 343 | 0 | 60 | 10 | 3 | 467 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11100011 | 0 | 110000 | 1000 | 11 | 100110111 | 1011001 | 1001010 |
Color Harmonies of #F882E3
Complementary color
Monochromatic Colors of #F882E3
Black with #F882E3
Text Example
Text Example
White with #F882E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882E3; }
p { color: rgb(248,130,227); }
H1.HeaderClassName
{
color: #F882E3;
}
.AnyTagClassName
{
color: #F882E3;
}
</style>
background-color css
<style>
a { background-color: #F882E3; }
a { background-color: rgb(248,130,227); }
div.DivClassName
{
background-color: #F882E3;
}
.BgClassName
{
background-color: #F882E3;
}
</style>
border-color css
<style>
span { border-color: #F882E3; }
span { border-color: rgb(248,130,227); }
td.TdClassName
{
border-color: #F882E3;
}
.TagClassName
{
border-color: #F882E3;
}
</style>