Shades of Pale Magenta #F887E8
Tints of Pale Magenta #F887E8
RGB
CMYK
RGB Variations
Color information
#F887E8 (or 0xF887E8) is known color: Pale Magenta. HEX triplet: F8, 87 and E8. RGB value is (248,135,232). Sum of RGB (Red+Green+Blue) = 248+135+232=615 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.33% from 615); Green value is 135 (53.12% from 255 or 21.95% from 615); Blue value is 232 (91.02% from 255 or 37.72% from 615); Max value from RGB is 248 - color contains mainly: red. Hex color #F887E8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F887E8 is #077817. Grayscale: #B3B3B3. Windows color (decimal): -489496 or 15239160. OLE color: 15239160.
HSL color Cylindrical-coordinate representation of color #F887E8: hue angle of 308.5º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F887E8 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 135 | 232 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.03 |
| HSL | 308.5º | 0.89% | 0.75% | - |
| HSV(B) | 308.5º | 0.46% | 0.97% | - |
| XYZ | 61.94 | 43.11 | 81.4 | - |
| YUV | 179.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 135 | 232 | 0 | 0.46 | 0.06 | 0.03 | 308.5 | 0.89 | 0.75 |
| Hex | F8 | 87 | E8 | 0 | 2E | 6 | 3 | 134 | 59 | 4B |
| Octal | 370 | 207 | 350 | 0 | 56 | 6 | 3 | 464 | 131 | 113 |
| Binary | 11111000 | 10000111 | 11101000 | 0 | 101110 | 110 | 11 | 100110100 | 1011001 | 1001011 |
Color Harmonies of #F887E8
Complementary color
Monochromatic Colors of #F887E8
Black with #F887E8
Text Example
Text Example
White with #F887E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F887E8; }
p { color: rgb(248,135,232); }
H1.HeaderClassName
{
color: #F887E8;
}
.AnyTagClassName
{
color: #F887E8;
}
</style>
background-color css
<style>
a { background-color: #F887E8; }
a { background-color: rgb(248,135,232); }
div.DivClassName
{
background-color: #F887E8;
}
.BgClassName
{
background-color: #F887E8;
}
</style>
border-color css
<style>
span { border-color: #F887E8; }
span { border-color: rgb(248,135,232); }
td.TdClassName
{
border-color: #F887E8;
}
.TagClassName
{
border-color: #F887E8;
}
</style>