Shades of Pale Magenta #F487D6
Tints of Pale Magenta #F487D6
RGB
CMYK
RGB Variations
Color information
#F487D6 (or 0xF487D6) is known color: Pale Magenta. HEX triplet: F4, 87 and D6. RGB value is (244,135,214). Sum of RGB (Red+Green+Blue) = 244+135+214=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 135 (53.12% from 255 or 22.77% from 593); Blue value is 214 (83.98% from 255 or 36.09% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F487D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F487D6 is #0B7829. Grayscale: #B0B0B0. Windows color (decimal): -751658 or 14059508. OLE color: 14059508.
HSL color Cylindrical-coordinate representation of color #F487D6: hue angle of 316.51º 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 #F487D6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 135 | 214 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.04 |
| HSL | 316.51º | 0.83% | 0.74% | - |
| HSV(B) | 316.51º | 0.45% | 0.96% | - |
| XYZ | 58.11 | 41.42 | 68.55 | - |
| YUV | 176.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 135 | 214 | 0 | 0.45 | 0.12 | 0.04 | 316.51 | 0.83 | 0.74 |
| Hex | F4 | 87 | D6 | 0 | 2D | C | 4 | 13D | 53 | 4A |
| Octal | 364 | 207 | 326 | 0 | 55 | 14 | 4 | 475 | 123 | 112 |
| Binary | 11110100 | 10000111 | 11010110 | 0 | 101101 | 1100 | 100 | 100111101 | 1010011 | 1001010 |
Color Harmonies of #F487D6
Complementary color
Monochromatic Colors of #F487D6
Black with #F487D6
Text Example
Text Example
White with #F487D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F487D6; }
p { color: rgb(244,135,214); }
H1.HeaderClassName
{
color: #F487D6;
}
.AnyTagClassName
{
color: #F487D6;
}
</style>
background-color css
<style>
a { background-color: #F487D6; }
a { background-color: rgb(244,135,214); }
div.DivClassName
{
background-color: #F487D6;
}
.BgClassName
{
background-color: #F487D6;
}
</style>
border-color css
<style>
span { border-color: #F487D6; }
span { border-color: rgb(244,135,214); }
td.TdClassName
{
border-color: #F487D6;
}
.TagClassName
{
border-color: #F487D6;
}
</style>