Shades of Pale Magenta #F87CDA
Tints of Pale Magenta #F87CDA
RGB
CMYK
RGB Variations
Color information
#F87CDA (or 0xF87CDA) is known color: Pale Magenta. HEX triplet: F8, 7C and DA. RGB value is (248,124,218). Sum of RGB (Red+Green+Blue) = 248+124+218=590 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.03% from 590); Green value is 124 (48.83% from 255 or 21.02% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CDA is #078325. Grayscale: #ABABAB. Windows color (decimal): -492326 or 14318840. OLE color: 14318840.
HSL color Cylindrical-coordinate representation of color #F87CDA: hue angle of 314.52º 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 #F87CDA is Cyan = 0, Magento = 0.5, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 218 | - |
| CMYK | 0 | 0.5 | 0.12 | 0.03 |
| HSL | 314.52º | 0.9% | 0.73% | - |
| HSV(B) | 314.52º | 0.5% | 0.97% | - |
| XYZ | 58.57 | 39.43 | 70.85 | - |
| YUV | 171.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 218 | 0 | 0.5 | 0.12 | 0.03 | 314.52 | 0.9 | 0.73 |
| Hex | F8 | 7C | DA | 0 | 32 | C | 3 | 13B | 5A | 49 |
| Octal | 370 | 174 | 332 | 0 | 62 | 14 | 3 | 473 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11011010 | 0 | 110010 | 1100 | 11 | 100111011 | 1011010 | 1001001 |
Color Harmonies of #F87CDA
Complementary color
Monochromatic Colors of #F87CDA
Black with #F87CDA
Text Example
Text Example
White with #F87CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CDA; }
p { color: rgb(248,124,218); }
H1.HeaderClassName
{
color: #F87CDA;
}
.AnyTagClassName
{
color: #F87CDA;
}
</style>
background-color css
<style>
a { background-color: #F87CDA; }
a { background-color: rgb(248,124,218); }
div.DivClassName
{
background-color: #F87CDA;
}
.BgClassName
{
background-color: #F87CDA;
}
</style>
border-color css
<style>
span { border-color: #F87CDA; }
span { border-color: rgb(248,124,218); }
td.TdClassName
{
border-color: #F87CDA;
}
.TagClassName
{
border-color: #F87CDA;
}
</style>