Shades of Pale Magenta #F87CE4
Tints of Pale Magenta #F87CE4
RGB
CMYK
RGB Variations
Color information
#F87CE4 (or 0xF87CE4) is known color: Pale Magenta. HEX triplet: F8, 7C and E4. RGB value is (248,124,228). Sum of RGB (Red+Green+Blue) = 248+124+228=600 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.33% from 600); Green value is 124 (48.83% from 255 or 20.67% from 600); Blue value is 228 (89.45% from 255 or 38% from 600); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CE4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CE4 is #07831B. Grayscale: #ACACAC. Windows color (decimal): -492316 or 14974200. OLE color: 14974200.
HSL color Cylindrical-coordinate representation of color #F87CE4: hue angle of 309.68º 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 #F87CE4 is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 228 | - |
| CMYK | 0 | 0.5 | 0.08 | 0.03 |
| HSL | 309.68º | 0.9% | 0.73% | - |
| HSV(B) | 309.68º | 0.5% | 0.97% | - |
| XYZ | 59.92 | 39.97 | 77.96 | - |
| YUV | 172.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 228 | 0 | 0.5 | 0.08 | 0.03 | 309.68 | 0.9 | 0.73 |
| Hex | F8 | 7C | E4 | 0 | 32 | 8 | 3 | 136 | 5A | 49 |
| Octal | 370 | 174 | 344 | 0 | 62 | 10 | 3 | 466 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11100100 | 0 | 110010 | 1000 | 11 | 100110110 | 1011010 | 1001001 |
Color Harmonies of #F87CE4
Complementary color
Monochromatic Colors of #F87CE4
Black with #F87CE4
Text Example
Text Example
White with #F87CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CE4; }
p { color: rgb(248,124,228); }
H1.HeaderClassName
{
color: #F87CE4;
}
.AnyTagClassName
{
color: #F87CE4;
}
</style>
background-color css
<style>
a { background-color: #F87CE4; }
a { background-color: rgb(248,124,228); }
div.DivClassName
{
background-color: #F87CE4;
}
.BgClassName
{
background-color: #F87CE4;
}
</style>
border-color css
<style>
span { border-color: #F87CE4; }
span { border-color: rgb(248,124,228); }
td.TdClassName
{
border-color: #F87CE4;
}
.TagClassName
{
border-color: #F87CE4;
}
</style>