Shades of Pale Magenta #F87CDF
Tints of Pale Magenta #F87CDF
RGB
CMYK
RGB Variations
Color information
#F87CDF (or 0xF87CDF) is known color: Pale Magenta. HEX triplet: F8, 7C and DF. RGB value is (248,124,223). Sum of RGB (Red+Green+Blue) = 248+124+223=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 124 (48.83% from 255 or 20.84% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CDF is #078320. Grayscale: #ACACAC. Windows color (decimal): -492321 or 14646520. OLE color: 14646520.
HSL color Cylindrical-coordinate representation of color #F87CDF: hue angle of 312.1º 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 #F87CDF is Cyan = 0, Magento = 0.5, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 223 | - |
| CMYK | 0 | 0.5 | 0.10 | 0.03 |
| HSL | 312.1º | 0.9% | 0.73% | - |
| HSV(B) | 312.1º | 0.5% | 0.97% | - |
| XYZ | 59.24 | 39.7 | 74.35 | - |
| YUV | 172.36 | 156.58 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 223 | 0 | 0.5 | 0.10 | 0.03 | 312.1 | 0.9 | 0.73 |
| Hex | F8 | 7C | DF | 0 | 32 | A | 3 | 138 | 5A | 49 |
| Octal | 370 | 174 | 337 | 0 | 62 | 12 | 3 | 470 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11011111 | 0 | 110010 | 1010 | 11 | 100111000 | 1011010 | 1001001 |
Color Harmonies of #F87CDF
Complementary color
Monochromatic Colors of #F87CDF
Black with #F87CDF
Text Example
Text Example
White with #F87CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CDF; }
p { color: rgb(248,124,223); }
H1.HeaderClassName
{
color: #F87CDF;
}
.AnyTagClassName
{
color: #F87CDF;
}
</style>
background-color css
<style>
a { background-color: #F87CDF; }
a { background-color: rgb(248,124,223); }
div.DivClassName
{
background-color: #F87CDF;
}
.BgClassName
{
background-color: #F87CDF;
}
</style>
border-color css
<style>
span { border-color: #F87CDF; }
span { border-color: rgb(248,124,223); }
td.TdClassName
{
border-color: #F87CDF;
}
.TagClassName
{
border-color: #F87CDF;
}
</style>