Shades of Pale Magenta #F87BDD
Tints of Pale Magenta #F87BDD
RGB
CMYK
RGB Variations
Color information
#F87BDD (or 0xF87BDD) is known color: Pale Magenta. HEX triplet: F8, 7B and DD. RGB value is (248,123,221). Sum of RGB (Red+Green+Blue) = 248+123+221=592 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.89% from 592); Green value is 123 (48.44% from 255 or 20.78% from 592); Blue value is 221 (86.72% from 255 or 37.33% from 592); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BDD is #078422. Grayscale: #ABABAB. Windows color (decimal): -492579 or 14515192. OLE color: 14515192.
HSL color Cylindrical-coordinate representation of color #F87BDD: hue angle of 312.96º 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 #F87BDD is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 221 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.03 |
| HSL | 312.96º | 0.9% | 0.73% | - |
| HSV(B) | 312.96º | 0.5% | 0.97% | - |
| XYZ | 58.85 | 39.34 | 72.9 | - |
| YUV | 171.55 | 155.91 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 221 | 0 | 0.50 | 0.11 | 0.03 | 312.96 | 0.9 | 0.73 |
| Hex | F8 | 7B | DD | 0 | 32 | B | 3 | 139 | 5A | 49 |
| Octal | 370 | 173 | 335 | 0 | 62 | 13 | 3 | 471 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11011101 | 0 | 110010 | 1011 | 11 | 100111001 | 1011010 | 1001001 |
Color Harmonies of #F87BDD
Complementary color
Monochromatic Colors of #F87BDD
Black with #F87BDD
Text Example
Text Example
White with #F87BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BDD; }
p { color: rgb(248,123,221); }
H1.HeaderClassName
{
color: #F87BDD;
}
.AnyTagClassName
{
color: #F87BDD;
}
</style>
background-color css
<style>
a { background-color: #F87BDD; }
a { background-color: rgb(248,123,221); }
div.DivClassName
{
background-color: #F87BDD;
}
.BgClassName
{
background-color: #F87BDD;
}
</style>
border-color css
<style>
span { border-color: #F87BDD; }
span { border-color: rgb(248,123,221); }
td.TdClassName
{
border-color: #F87BDD;
}
.TagClassName
{
border-color: #F87BDD;
}
</style>