Shades of Pale Magenta #F87BE0
Tints of Pale Magenta #F87BE0
RGB
CMYK
RGB Variations
Color information
#F87BE0 (or 0xF87BE0) is known color: Pale Magenta. HEX triplet: F8, 7B and E0. RGB value is (248,123,224). Sum of RGB (Red+Green+Blue) = 248+123+224=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 123 (48.44% from 255 or 20.67% from 595); Blue value is 224 (87.89% from 255 or 37.65% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BE0 is #07841F. Grayscale: #ABABAB. Windows color (decimal): -492576 or 14711800. OLE color: 14711800.
HSL color Cylindrical-coordinate representation of color #F87BE0: hue angle of 311.52º 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 #F87BE0 is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 224 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.03 |
| HSL | 311.52º | 0.9% | 0.73% | - |
| HSV(B) | 311.52º | 0.5% | 0.97% | - |
| XYZ | 59.25 | 39.5 | 75.02 | - |
| YUV | 171.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 224 | 0 | 0.50 | 0.10 | 0.03 | 311.52 | 0.9 | 0.73 |
| Hex | F8 | 7B | E0 | 0 | 32 | A | 3 | 138 | 5A | 49 |
| Octal | 370 | 173 | 340 | 0 | 62 | 12 | 3 | 470 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11100000 | 0 | 110010 | 1010 | 11 | 100111000 | 1011010 | 1001001 |
Color Harmonies of #F87BE0
Complementary color
Monochromatic Colors of #F87BE0
Black with #F87BE0
Text Example
Text Example
White with #F87BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BE0; }
p { color: rgb(248,123,224); }
H1.HeaderClassName
{
color: #F87BE0;
}
.AnyTagClassName
{
color: #F87BE0;
}
</style>
background-color css
<style>
a { background-color: #F87BE0; }
a { background-color: rgb(248,123,224); }
div.DivClassName
{
background-color: #F87BE0;
}
.BgClassName
{
background-color: #F87BE0;
}
</style>
border-color css
<style>
span { border-color: #F87BE0; }
span { border-color: rgb(248,123,224); }
td.TdClassName
{
border-color: #F87BE0;
}
.TagClassName
{
border-color: #F87BE0;
}
</style>