Shades of Pale Magenta #F87FE3
Tints of Pale Magenta #F87FE3
RGB
CMYK
RGB Variations
Color information
#F87FE3 (or 0xF87FE3) is known color: Pale Magenta. HEX triplet: F8, 7F and E3. RGB value is (248,127,227). Sum of RGB (Red+Green+Blue) = 248+127+227=602 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.20% from 602); Green value is 127 (50% from 255 or 21.10% from 602); Blue value is 227 (89.06% from 255 or 37.71% from 602); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FE3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FE3 is #07801C. Grayscale: #AEAEAE. Windows color (decimal): -491549 or 14909432. OLE color: 14909432.
HSL color Cylindrical-coordinate representation of color #F87FE3: hue angle of 310.41º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FE3 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 227 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.03 |
| HSL | 310.41º | 0.9% | 0.74% | - |
| HSV(B) | 310.41º | 0.49% | 0.97% | - |
| XYZ | 60.17 | 40.68 | 77.35 | - |
| YUV | 174.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 227 | 0 | 0.49 | 0.08 | 0.03 | 310.41 | 0.9 | 0.74 |
| Hex | F8 | 7F | E3 | 0 | 31 | 8 | 3 | 136 | 5A | 4A |
| Octal | 370 | 177 | 343 | 0 | 61 | 10 | 3 | 466 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11100011 | 0 | 110001 | 1000 | 11 | 100110110 | 1011010 | 1001010 |
Color Harmonies of #F87FE3
Complementary color
Monochromatic Colors of #F87FE3
Black with #F87FE3
Text Example
Text Example
White with #F87FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FE3; }
p { color: rgb(248,127,227); }
H1.HeaderClassName
{
color: #F87FE3;
}
.AnyTagClassName
{
color: #F87FE3;
}
</style>
background-color css
<style>
a { background-color: #F87FE3; }
a { background-color: rgb(248,127,227); }
div.DivClassName
{
background-color: #F87FE3;
}
.BgClassName
{
background-color: #F87FE3;
}
</style>
border-color css
<style>
span { border-color: #F87FE3; }
span { border-color: rgb(248,127,227); }
td.TdClassName
{
border-color: #F87FE3;
}
.TagClassName
{
border-color: #F87FE3;
}
</style>