Shades of Pale Magenta #F888E6
Tints of Pale Magenta #F888E6
RGB
CMYK
RGB Variations
Color information
#F888E6 (or 0xF888E6) is known color: Pale Magenta. HEX triplet: F8, 88 and E6. RGB value is (248,136,230). Sum of RGB (Red+Green+Blue) = 248+136+230=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F888E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F888E6 is #077719. Grayscale: #B3B3B3. Windows color (decimal): -489242 or 15108344. OLE color: 15108344.
HSL color Cylindrical-coordinate representation of color #F888E6: hue angle of 309.64º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F888E6 is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 136 | 230 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.03 |
| HSL | 309.64º | 0.89% | 0.75% | - |
| HSV(B) | 309.64º | 0.45% | 0.97% | - |
| XYZ | 61.8 | 43.28 | 79.96 | - |
| YUV | 180.2 | 156.11 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 136 | 230 | 0 | 0.45 | 0.07 | 0.03 | 309.64 | 0.89 | 0.75 |
| Hex | F8 | 88 | E6 | 0 | 2D | 7 | 3 | 136 | 59 | 4B |
| Octal | 370 | 210 | 346 | 0 | 55 | 7 | 3 | 466 | 131 | 113 |
| Binary | 11111000 | 10001000 | 11100110 | 0 | 101101 | 111 | 11 | 100110110 | 1011001 | 1001011 |
Color Harmonies of #F888E6
Complementary color
Monochromatic Colors of #F888E6
Black with #F888E6
Text Example
Text Example
White with #F888E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F888E6; }
p { color: rgb(248,136,230); }
H1.HeaderClassName
{
color: #F888E6;
}
.AnyTagClassName
{
color: #F888E6;
}
</style>
background-color css
<style>
a { background-color: #F888E6; }
a { background-color: rgb(248,136,230); }
div.DivClassName
{
background-color: #F888E6;
}
.BgClassName
{
background-color: #F888E6;
}
</style>
border-color css
<style>
span { border-color: #F888E6; }
span { border-color: rgb(248,136,230); }
td.TdClassName
{
border-color: #F888E6;
}
.TagClassName
{
border-color: #F888E6;
}
</style>