Shades of Pale Magenta #F882E4
Tints of Pale Magenta #F882E4
RGB
CMYK
RGB Variations
Color information
#F882E4 (or 0xF882E4) is known color: Pale Magenta. HEX triplet: F8, 82 and E4. RGB value is (248,130,228). Sum of RGB (Red+Green+Blue) = 248+130+228=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 228 (89.45% from 255 or 37.62% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F882E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F882E4 is #077D1B. Grayscale: #B0B0B0. Windows color (decimal): -490780 or 14975736. OLE color: 14975736.
HSL color Cylindrical-coordinate representation of color #F882E4: hue angle of 310.17º 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 #F882E4 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 130 | 228 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.03 |
| HSL | 310.17º | 0.89% | 0.74% | - |
| HSV(B) | 310.17º | 0.48% | 0.97% | - |
| XYZ | 60.7 | 41.52 | 78.21 | - |
| YUV | 176.45 | 157.09 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 130 | 228 | 0 | 0.48 | 0.08 | 0.03 | 310.17 | 0.89 | 0.74 |
| Hex | F8 | 82 | E4 | 0 | 30 | 8 | 3 | 136 | 59 | 4A |
| Octal | 370 | 202 | 344 | 0 | 60 | 10 | 3 | 466 | 131 | 112 |
| Binary | 11111000 | 10000010 | 11100100 | 0 | 110000 | 1000 | 11 | 100110110 | 1011001 | 1001010 |
Color Harmonies of #F882E4
Complementary color
Monochromatic Colors of #F882E4
Black with #F882E4
Text Example
Text Example
White with #F882E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F882E4; }
p { color: rgb(248,130,228); }
H1.HeaderClassName
{
color: #F882E4;
}
.AnyTagClassName
{
color: #F882E4;
}
</style>
background-color css
<style>
a { background-color: #F882E4; }
a { background-color: rgb(248,130,228); }
div.DivClassName
{
background-color: #F882E4;
}
.BgClassName
{
background-color: #F882E4;
}
</style>
border-color css
<style>
span { border-color: #F882E4; }
span { border-color: rgb(248,130,228); }
td.TdClassName
{
border-color: #F882E4;
}
.TagClassName
{
border-color: #F882E4;
}
</style>