Shades of Pale Magenta #F987DF
Tints of Pale Magenta #F987DF
RGB
CMYK
RGB Variations
Color information
#F987DF (or 0xF987DF) is known color: Pale Magenta. HEX triplet: F9, 87 and DF. RGB value is (249,135,223). Sum of RGB (Red+Green+Blue) = 249+135+223=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 135 (53.12% from 255 or 22.24% from 607); Blue value is 223 (87.5% from 255 or 36.74% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F987DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F987DF is #067820. Grayscale: #B2B2B2. Windows color (decimal): -423969 or 14649337. OLE color: 14649337.
HSL color Cylindrical-coordinate representation of color #F987DF: hue angle of 313.68º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F987DF is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 223 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.02 |
| HSL | 313.68º | 0.9% | 0.75% | - |
| HSV(B) | 313.68º | 0.46% | 0.98% | - |
| XYZ | 61.05 | 42.8 | 74.85 | - |
| YUV | 179.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 223 | 0 | 0.46 | 0.10 | 0.02 | 313.68 | 0.9 | 0.75 |
| Hex | F9 | 87 | DF | 0 | 2E | A | 2 | 13A | 5A | 4B |
| Octal | 371 | 207 | 337 | 0 | 56 | 12 | 2 | 472 | 132 | 113 |
| Binary | 11111001 | 10000111 | 11011111 | 0 | 101110 | 1010 | 10 | 100111010 | 1011010 | 1001011 |
Color Harmonies of #F987DF
Complementary color
Monochromatic Colors of #F987DF
Black with #F987DF
Text Example
Text Example
White with #F987DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F987DF; }
p { color: rgb(249,135,223); }
H1.HeaderClassName
{
color: #F987DF;
}
.AnyTagClassName
{
color: #F987DF;
}
</style>
background-color css
<style>
a { background-color: #F987DF; }
a { background-color: rgb(249,135,223); }
div.DivClassName
{
background-color: #F987DF;
}
.BgClassName
{
background-color: #F987DF;
}
</style>
border-color css
<style>
span { border-color: #F987DF; }
span { border-color: rgb(249,135,223); }
td.TdClassName
{
border-color: #F987DF;
}
.TagClassName
{
border-color: #F987DF;
}
</style>