Shades of Pale Magenta #F87BE1
Tints of Pale Magenta #F87BE1
RGB
CMYK
RGB Variations
Color information
#F87BE1 (or 0xF87BE1) is known color: Pale Magenta. HEX triplet: F8, 7B and E1. RGB value is (248,123,225). Sum of RGB (Red+Green+Blue) = 248+123+225=596 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.61% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 225 (88.28% from 255 or 37.75% from 596); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BE1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BE1 is #07841E. Grayscale: #ABABAB. Windows color (decimal): -492575 or 14777336. OLE color: 14777336.
HSL color Cylindrical-coordinate representation of color #F87BE1: hue angle of 311.04º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F87BE1 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 225 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.03 |
| HSL | 311.04º | 0.9% | 0.73% | - |
| HSV(B) | 311.04º | 0.5% | 0.97% | - |
| XYZ | 59.38 | 39.56 | 75.74 | - |
| YUV | 172 | 157.91 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 225 | 0 | 0.50 | 0.09 | 0.03 | 311.04 | 0.9 | 0.73 |
| Hex | F8 | 7B | E1 | 0 | 32 | 9 | 3 | 137 | 5A | 49 |
| Octal | 370 | 173 | 341 | 0 | 62 | 11 | 3 | 467 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11100001 | 0 | 110010 | 1001 | 11 | 100110111 | 1011010 | 1001001 |
Color Harmonies of #F87BE1
Complementary color
Monochromatic Colors of #F87BE1
Black with #F87BE1
Text Example
Text Example
White with #F87BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BE1; }
p { color: rgb(248,123,225); }
H1.HeaderClassName
{
color: #F87BE1;
}
.AnyTagClassName
{
color: #F87BE1;
}
</style>
background-color css
<style>
a { background-color: #F87BE1; }
a { background-color: rgb(248,123,225); }
div.DivClassName
{
background-color: #F87BE1;
}
.BgClassName
{
background-color: #F87BE1;
}
</style>
border-color css
<style>
span { border-color: #F87BE1; }
span { border-color: rgb(248,123,225); }
td.TdClassName
{
border-color: #F87BE1;
}
.TagClassName
{
border-color: #F87BE1;
}
</style>