Shades of Pale Magenta #F87CEA
Tints of Pale Magenta #F87CEA
RGB
CMYK
RGB Variations
Color information
#F87CEA (or 0xF87CEA) is known color: Pale Magenta. HEX triplet: F8, 7C and EA. RGB value is (248,124,234). Sum of RGB (Red+Green+Blue) = 248+124+234=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 124 (48.83% from 255 or 20.46% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87CEA is #078315. Grayscale: #ADADAD. Windows color (decimal): -492310 or 15367416. OLE color: 15367416.
HSL color Cylindrical-coordinate representation of color #F87CEA: hue angle of 306.77º 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 #F87CEA is Cyan = 0, Magento = 0.5, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 234 | - |
| CMYK | 0 | 0.5 | 0.06 | 0.03 |
| HSL | 306.77º | 0.9% | 0.73% | - |
| HSV(B) | 306.77º | 0.5% | 0.97% | - |
| XYZ | 60.77 | 40.31 | 82.42 | - |
| YUV | 173.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 234 | 0 | 0.5 | 0.06 | 0.03 | 306.77 | 0.9 | 0.73 |
| Hex | F8 | 7C | EA | 0 | 32 | 6 | 3 | 133 | 5A | 49 |
| Octal | 370 | 174 | 352 | 0 | 62 | 6 | 3 | 463 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11101010 | 0 | 110010 | 110 | 11 | 100110011 | 1011010 | 1001001 |
Color Harmonies of #F87CEA
Complementary color
Monochromatic Colors of #F87CEA
Black with #F87CEA
Text Example
Text Example
White with #F87CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CEA; }
p { color: rgb(248,124,234); }
H1.HeaderClassName
{
color: #F87CEA;
}
.AnyTagClassName
{
color: #F87CEA;
}
</style>
background-color css
<style>
a { background-color: #F87CEA; }
a { background-color: rgb(248,124,234); }
div.DivClassName
{
background-color: #F87CEA;
}
.BgClassName
{
background-color: #F87CEA;
}
</style>
border-color css
<style>
span { border-color: #F87CEA; }
span { border-color: rgb(248,124,234); }
td.TdClassName
{
border-color: #F87CEA;
}
.TagClassName
{
border-color: #F87CEA;
}
</style>