Shades of Pale Magenta #F486D7
Tints of Pale Magenta #F486D7
RGB
CMYK
RGB Variations
Color information
#F486D7 (or 0xF486D7) is known color: Pale Magenta. HEX triplet: F4, 86 and D7. RGB value is (244,134,215). Sum of RGB (Red+Green+Blue) = 244+134+215=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 134 (52.73% from 255 or 22.60% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 244 - color contains mainly: red. Hex color #F486D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486D7 is #0B7928. Grayscale: #AFAFAF. Windows color (decimal): -751913 or 14124788. OLE color: 14124788.
HSL color Cylindrical-coordinate representation of color #F486D7: hue angle of 315.82º 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 #F486D7 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 215 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.04 |
| HSL | 315.82º | 0.83% | 0.74% | - |
| HSV(B) | 315.82º | 0.45% | 0.96% | - |
| XYZ | 58.1 | 41.19 | 69.18 | - |
| YUV | 176.12 | 149.94 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 215 | 0 | 0.45 | 0.12 | 0.04 | 315.82 | 0.83 | 0.74 |
| Hex | F4 | 86 | D7 | 0 | 2D | C | 4 | 13C | 53 | 4A |
| Octal | 364 | 206 | 327 | 0 | 55 | 14 | 4 | 474 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11010111 | 0 | 101101 | 1100 | 100 | 100111100 | 1010011 | 1001010 |
Color Harmonies of #F486D7
Complementary color
Monochromatic Colors of #F486D7
Black with #F486D7
Text Example
Text Example
White with #F486D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486D7; }
p { color: rgb(244,134,215); }
H1.HeaderClassName
{
color: #F486D7;
}
.AnyTagClassName
{
color: #F486D7;
}
</style>
background-color css
<style>
a { background-color: #F486D7; }
a { background-color: rgb(244,134,215); }
div.DivClassName
{
background-color: #F486D7;
}
.BgClassName
{
background-color: #F486D7;
}
</style>
border-color css
<style>
span { border-color: #F486D7; }
span { border-color: rgb(244,134,215); }
td.TdClassName
{
border-color: #F486D7;
}
.TagClassName
{
border-color: #F486D7;
}
</style>