Shades of Pale Magenta #F87BDA
Tints of Pale Magenta #F87BDA
RGB
CMYK
RGB Variations
Color information
#F87BDA (or 0xF87BDA) is known color: Pale Magenta. HEX triplet: F8, 7B and DA. RGB value is (248,123,218). Sum of RGB (Red+Green+Blue) = 248+123+218=589 (78% of max value = 765). Red value is 248 (97.27% from 255 or 42.11% from 589); Green value is 123 (48.44% from 255 or 20.88% from 589); Blue value is 218 (85.55% from 255 or 37.01% from 589); Max value from RGB is 248 - color contains mainly: red. Hex color #F87BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87BDA is #078425. Grayscale: #AAAAAA. Windows color (decimal): -492582 or 14318584. OLE color: 14318584.
HSL color Cylindrical-coordinate representation of color #F87BDA: hue angle of 314.4º 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 #F87BDA is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 218 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.03 |
| HSL | 314.4º | 0.9% | 0.73% | - |
| HSV(B) | 314.4º | 0.5% | 0.97% | - |
| XYZ | 58.45 | 39.18 | 70.81 | - |
| YUV | 171.21 | 154.41 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 218 | 0 | 0.50 | 0.12 | 0.03 | 314.4 | 0.9 | 0.73 |
| Hex | F8 | 7B | DA | 0 | 32 | C | 3 | 13A | 5A | 49 |
| Octal | 370 | 173 | 332 | 0 | 62 | 14 | 3 | 472 | 132 | 111 |
| Binary | 11111000 | 1111011 | 11011010 | 0 | 110010 | 1100 | 11 | 100111010 | 1011010 | 1001001 |
Color Harmonies of #F87BDA
Complementary color
Monochromatic Colors of #F87BDA
Black with #F87BDA
Text Example
Text Example
White with #F87BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87BDA; }
p { color: rgb(248,123,218); }
H1.HeaderClassName
{
color: #F87BDA;
}
.AnyTagClassName
{
color: #F87BDA;
}
</style>
background-color css
<style>
a { background-color: #F87BDA; }
a { background-color: rgb(248,123,218); }
div.DivClassName
{
background-color: #F87BDA;
}
.BgClassName
{
background-color: #F87BDA;
}
</style>
border-color css
<style>
span { border-color: #F87BDA; }
span { border-color: rgb(248,123,218); }
td.TdClassName
{
border-color: #F87BDA;
}
.TagClassName
{
border-color: #F87BDA;
}
</style>