Shades of Pale Magenta #F87FDB
Tints of Pale Magenta #F87FDB
RGB
CMYK
RGB Variations
Color information
#F87FDB (or 0xF87FDB) is known color: Pale Magenta. HEX triplet: F8, 7F and DB. RGB value is (248,127,219). Sum of RGB (Red+Green+Blue) = 248+127+219=594 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.75% from 594); Green value is 127 (50% from 255 or 21.38% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 248 - color contains mainly: red. Hex color #F87FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F87FDB is #078024. Grayscale: #ADADAD. Windows color (decimal): -491557 or 14385144. OLE color: 14385144.
HSL color Cylindrical-coordinate representation of color #F87FDB: hue angle of 314.38º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F87FDB is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 127 | 219 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.03 |
| HSL | 314.38º | 0.9% | 0.74% | - |
| HSV(B) | 314.38º | 0.49% | 0.97% | - |
| XYZ | 59.09 | 40.25 | 71.67 | - |
| YUV | 173.67 | 153.59 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 127 | 219 | 0 | 0.49 | 0.12 | 0.03 | 314.38 | 0.9 | 0.74 |
| Hex | F8 | 7F | DB | 0 | 31 | C | 3 | 13A | 5A | 4A |
| Octal | 370 | 177 | 333 | 0 | 61 | 14 | 3 | 472 | 132 | 112 |
| Binary | 11111000 | 1111111 | 11011011 | 0 | 110001 | 1100 | 11 | 100111010 | 1011010 | 1001010 |
Color Harmonies of #F87FDB
Complementary color
Monochromatic Colors of #F87FDB
Black with #F87FDB
Text Example
Text Example
White with #F87FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87FDB; }
p { color: rgb(248,127,219); }
H1.HeaderClassName
{
color: #F87FDB;
}
.AnyTagClassName
{
color: #F87FDB;
}
</style>
background-color css
<style>
a { background-color: #F87FDB; }
a { background-color: rgb(248,127,219); }
div.DivClassName
{
background-color: #F87FDB;
}
.BgClassName
{
background-color: #F87FDB;
}
</style>
border-color css
<style>
span { border-color: #F87FDB; }
span { border-color: rgb(248,127,219); }
td.TdClassName
{
border-color: #F87FDB;
}
.TagClassName
{
border-color: #F87FDB;
}
</style>