Shades of Pale Magenta #F87CED
Tints of Pale Magenta #F87CED
RGB
CMYK
RGB Variations
Color information
#F87CED (or 0xF87CED) is known color: Pale Magenta. HEX triplet: F8, 7C and ED. RGB value is (248,124,237). Sum of RGB (Red+Green+Blue) = 248+124+237=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 124 (48.83% from 255 or 20.36% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F87CED is #078312. Grayscale: #ADADAD. Windows color (decimal): -492307 or 15564024. OLE color: 15564024.
HSL color Cylindrical-coordinate representation of color #F87CED: hue angle of 305.32º 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 #F87CED is Cyan = 0, Magento = 0.5, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 237 | - |
| CMYK | 0 | 0.5 | 0.04 | 0.03 |
| HSL | 305.32º | 0.9% | 0.73% | - |
| HSV(B) | 305.32º | 0.5% | 0.97% | - |
| XYZ | 61.21 | 40.49 | 84.71 | - |
| YUV | 173.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 237 | 0 | 0.5 | 0.04 | 0.03 | 305.32 | 0.9 | 0.73 |
| Hex | F8 | 7C | ED | 0 | 32 | 4 | 3 | 131 | 5A | 49 |
| Octal | 370 | 174 | 355 | 0 | 62 | 4 | 3 | 461 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11101101 | 0 | 110010 | 100 | 11 | 100110001 | 1011010 | 1001001 |
Color Harmonies of #F87CED
Complementary color
Monochromatic Colors of #F87CED
Black with #F87CED
Text Example
Text Example
White with #F87CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CED; }
p { color: rgb(248,124,237); }
H1.HeaderClassName
{
color: #F87CED;
}
.AnyTagClassName
{
color: #F87CED;
}
</style>
background-color css
<style>
a { background-color: #F87CED; }
a { background-color: rgb(248,124,237); }
div.DivClassName
{
background-color: #F87CED;
}
.BgClassName
{
background-color: #F87CED;
}
</style>
border-color css
<style>
span { border-color: #F87CED; }
span { border-color: rgb(248,124,237); }
td.TdClassName
{
border-color: #F87CED;
}
.TagClassName
{
border-color: #F87CED;
}
</style>