Shades of Pale Magenta #F880E2
Tints of Pale Magenta #F880E2
RGB
CMYK
RGB Variations
Color information
#F880E2 (or 0xF880E2) is known color: Pale Magenta. HEX triplet: F8, 80 and E2. RGB value is (248,128,226). Sum of RGB (Red+Green+Blue) = 248+128+226=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 128 (50.39% from 255 or 21.26% from 602); Blue value is 226 (88.67% from 255 or 37.54% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F880E2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F880E2 is #077F1D. Grayscale: #AEAEAE. Windows color (decimal): -491294 or 14844152. OLE color: 14844152.
HSL color Cylindrical-coordinate representation of color #F880E2: hue angle of 311º degrees, saturation: 0.9, 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 #F880E2 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 128 | 226 | - |
| CMYK | 0 | 0.48 | 0.09 | 0.03 |
| HSL | 311º | 0.9% | 0.74% | - |
| HSV(B) | 311º | 0.48% | 0.97% | - |
| XYZ | 60.16 | 40.89 | 76.67 | - |
| YUV | 175.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 128 | 226 | 0 | 0.48 | 0.09 | 0.03 | 311 | 0.9 | 0.74 |
| Hex | F8 | 80 | E2 | 0 | 30 | 9 | 3 | 137 | 5A | 4A |
| Octal | 370 | 200 | 342 | 0 | 60 | 11 | 3 | 467 | 132 | 112 |
| Binary | 11111000 | 10000000 | 11100010 | 0 | 110000 | 1001 | 11 | 100110111 | 1011010 | 1001010 |
Color Harmonies of #F880E2
Complementary color
Monochromatic Colors of #F880E2
Black with #F880E2
Text Example
Text Example
White with #F880E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F880E2; }
p { color: rgb(248,128,226); }
H1.HeaderClassName
{
color: #F880E2;
}
.AnyTagClassName
{
color: #F880E2;
}
</style>
background-color css
<style>
a { background-color: #F880E2; }
a { background-color: rgb(248,128,226); }
div.DivClassName
{
background-color: #F880E2;
}
.BgClassName
{
background-color: #F880E2;
}
</style>
border-color css
<style>
span { border-color: #F880E2; }
span { border-color: rgb(248,128,226); }
td.TdClassName
{
border-color: #F880E2;
}
.TagClassName
{
border-color: #F880E2;
}
</style>