Shades of Pale Magenta #F987F0
Tints of Pale Magenta #F987F0
RGB
CMYK
RGB Variations
Color information
#F987F0 (or 0xF987F0) is known color: Pale Magenta. HEX triplet: F9, 87 and F0. RGB value is (249,135,240). Sum of RGB (Red+Green+Blue) = 249+135+240=624 (82% of max value = 765). Red value is 249 (97.66% from 255 or 39.90% from 624); Green value is 135 (53.12% from 255 or 21.63% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 249 - color contains mainly: red. Hex color #F987F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F987F0 is #06780F. Grayscale: #B4B4B4. Windows color (decimal): -423952 or 15763449. OLE color: 15763449.
HSL color Cylindrical-coordinate representation of color #F987F0: hue angle of 304.74º 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 #F987F0 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 240 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.02 |
| HSL | 304.74º | 0.9% | 0.75% | - |
| HSV(B) | 304.74º | 0.46% | 0.98% | - |
| XYZ | 63.46 | 43.76 | 87.54 | - |
| YUV | 181.06 | 161.27 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 240 | 0 | 0.46 | 0.04 | 0.02 | 304.74 | 0.9 | 0.75 |
| Hex | F9 | 87 | F0 | 0 | 2E | 4 | 2 | 131 | 5A | 4B |
| Octal | 371 | 207 | 360 | 0 | 56 | 4 | 2 | 461 | 132 | 113 |
| Binary | 11111001 | 10000111 | 11110000 | 0 | 101110 | 100 | 10 | 100110001 | 1011010 | 1001011 |
Color Harmonies of #F987F0
Complementary color
Monochromatic Colors of #F987F0
Black with #F987F0
Text Example
Text Example
White with #F987F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F987F0; }
p { color: rgb(249,135,240); }
H1.HeaderClassName
{
color: #F987F0;
}
.AnyTagClassName
{
color: #F987F0;
}
</style>
background-color css
<style>
a { background-color: #F987F0; }
a { background-color: rgb(249,135,240); }
div.DivClassName
{
background-color: #F987F0;
}
.BgClassName
{
background-color: #F987F0;
}
</style>
border-color css
<style>
span { border-color: #F987F0; }
span { border-color: rgb(249,135,240); }
td.TdClassName
{
border-color: #F987F0;
}
.TagClassName
{
border-color: #F987F0;
}
</style>