Shades of Pale Magenta #F87FE5
Tints of Pale Magenta #F87FE5
RGB
CMYK
RGB Variations
Color information
#F87FE5 (or 0xF87FE5) is known color: Pale Magenta. HEX triplet: F8, 7F and E5. RGB value is (248,127,229). Sum of RGB (Red+Green+Blue) = 248+127+229=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 127 (50% from 255 or 21.03% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FE5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FE5 is #07801A. Grayscale: #AEAEAE. Windows color (decimal): -491547 or 15040504. OLE color: 15040504.
HSL color Cylindrical-coordinate representation of color #F87FE5: hue angle of 309.42º 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 #F87FE5 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 229 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.03 |
| HSL | 309.42º | 0.9% | 0.74% | - |
| HSV(B) | 309.42º | 0.49% | 0.97% | - |
| XYZ | 60.44 | 40.79 | 78.82 | - |
| YUV | 174.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 229 | 0 | 0.49 | 0.08 | 0.03 | 309.42 | 0.9 | 0.74 |
| Hex | F8 | 7F | E5 | 0 | 31 | 8 | 3 | 135 | 5A | 4A |
| Octal | 370 | 177 | 345 | 0 | 61 | 10 | 3 | 465 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11100101 | 0 | 110001 | 1000 | 11 | 100110101 | 1011010 | 1001010 |
Color Harmonies of #F87FE5
Complementary color
Monochromatic Colors of #F87FE5
Black with #F87FE5
Text Example
Text Example
White with #F87FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FE5; }
p { color: rgb(248,127,229); }
H1.HeaderClassName
{
color: #F87FE5;
}
.AnyTagClassName
{
color: #F87FE5;
}
</style>
background-color css
<style>
a { background-color: #F87FE5; }
a { background-color: rgb(248,127,229); }
div.DivClassName
{
background-color: #F87FE5;
}
.BgClassName
{
background-color: #F87FE5;
}
</style>
border-color css
<style>
span { border-color: #F87FE5; }
span { border-color: rgb(248,127,229); }
td.TdClassName
{
border-color: #F87FE5;
}
.TagClassName
{
border-color: #F87FE5;
}
</style>