Shades of Pale Magenta #F87CDD
Tints of Pale Magenta #F87CDD
RGB
CMYK
RGB Variations
Color information
#F87CDD (or 0xF87CDD) is known color: Pale Magenta. HEX triplet: F8, 7C and DD. RGB value is (248,124,221). Sum of RGB (Red+Green+Blue) = 248+124+221=593 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.82% from 593); Green value is 124 (48.83% from 255 or 20.91% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 248 - color contains mainly: red. Hex color #F87CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87CDD is #078322. Grayscale: #ABABAB. Windows color (decimal): -492323 or 14515448. OLE color: 14515448.
HSL color Cylindrical-coordinate representation of color #F87CDD: hue angle of 313.06º 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 #F87CDD is Cyan = 0, Magento = 0.5, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 124 | 221 | - |
| CMYK | 0 | 0.5 | 0.11 | 0.03 |
| HSL | 313.06º | 0.9% | 0.73% | - |
| HSV(B) | 313.06º | 0.5% | 0.97% | - |
| XYZ | 58.97 | 39.59 | 72.94 | - |
| YUV | 172.13 | 155.58 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 124 | 221 | 0 | 0.5 | 0.11 | 0.03 | 313.06 | 0.9 | 0.73 |
| Hex | F8 | 7C | DD | 0 | 32 | B | 3 | 139 | 5A | 49 |
| Octal | 370 | 174 | 335 | 0 | 62 | 13 | 3 | 471 | 132 | 111 |
| Binary | 11111000 | 1111100 | 11011101 | 0 | 110010 | 1011 | 11 | 100111001 | 1011010 | 1001001 |
Color Harmonies of #F87CDD
Complementary color
Monochromatic Colors of #F87CDD
Black with #F87CDD
Text Example
Text Example
White with #F87CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87CDD; }
p { color: rgb(248,124,221); }
H1.HeaderClassName
{
color: #F87CDD;
}
.AnyTagClassName
{
color: #F87CDD;
}
</style>
background-color css
<style>
a { background-color: #F87CDD; }
a { background-color: rgb(248,124,221); }
div.DivClassName
{
background-color: #F87CDD;
}
.BgClassName
{
background-color: #F87CDD;
}
</style>
border-color css
<style>
span { border-color: #F87CDD; }
span { border-color: rgb(248,124,221); }
td.TdClassName
{
border-color: #F87CDD;
}
.TagClassName
{
border-color: #F87CDD;
}
</style>