Shades of Pale Magenta #F487DB
Tints of Pale Magenta #F487DB
RGB
CMYK
RGB Variations
Color information
#F487DB (or 0xF487DB) is known color: Pale Magenta. HEX triplet: F4, 87 and DB. RGB value is (244,135,219). Sum of RGB (Red+Green+Blue) = 244+135+219=598 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.80% from 598); Green value is 135 (53.12% from 255 or 22.58% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 244 - color contains mainly: red. Hex color #F487DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F487DB is #0B7824. Grayscale: #B0B0B0. Windows color (decimal): -751653 or 14387188. OLE color: 14387188.
HSL color Cylindrical-coordinate representation of color #F487DB: hue angle of 313.76º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F487DB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 219 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.04 |
| HSL | 313.76º | 0.83% | 0.74% | - |
| HSV(B) | 313.76º | 0.45% | 0.96% | - |
| XYZ | 58.76 | 41.68 | 71.97 | - |
| YUV | 177.17 | 151.61 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 219 | 0 | 0.45 | 0.10 | 0.04 | 313.76 | 0.83 | 0.74 |
| Hex | F4 | 87 | DB | 0 | 2D | A | 4 | 13A | 53 | 4A |
| Octal | 364 | 207 | 333 | 0 | 55 | 12 | 4 | 472 | 123 | 112 |
| Binary | 11110100 | 10000111 | 11011011 | 0 | 101101 | 1010 | 100 | 100111010 | 1010011 | 1001010 |
Color Harmonies of #F487DB
Complementary color
Monochromatic Colors of #F487DB
Black with #F487DB
Text Example
Text Example
White with #F487DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F487DB; }
p { color: rgb(244,135,219); }
H1.HeaderClassName
{
color: #F487DB;
}
.AnyTagClassName
{
color: #F487DB;
}
</style>
background-color css
<style>
a { background-color: #F487DB; }
a { background-color: rgb(244,135,219); }
div.DivClassName
{
background-color: #F487DB;
}
.BgClassName
{
background-color: #F487DB;
}
</style>
border-color css
<style>
span { border-color: #F487DB; }
span { border-color: rgb(244,135,219); }
td.TdClassName
{
border-color: #F487DB;
}
.TagClassName
{
border-color: #F487DB;
}
</style>