Shades of Pale Magenta #F486D6
Tints of Pale Magenta #F486D6
RGB
CMYK
RGB Variations
Color information
#F486D6 (or 0xF486D6) is known color: Pale Magenta. HEX triplet: F4, 86 and D6. RGB value is (244,134,214). Sum of RGB (Red+Green+Blue) = 244+134+214=592 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.22% from 592); Green value is 134 (52.73% from 255 or 22.64% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 244 - color contains mainly: red. Hex color #F486D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F486D6 is #0B7929. Grayscale: #AFAFAF. Windows color (decimal): -751914 or 14059252. OLE color: 14059252.
HSL color Cylindrical-coordinate representation of color #F486D6: hue angle of 316.36º 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 #F486D6 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 134 | 214 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.04 |
| HSL | 316.36º | 0.83% | 0.74% | - |
| HSV(B) | 316.36º | 0.45% | 0.96% | - |
| XYZ | 57.97 | 41.14 | 68.5 | - |
| YUV | 176.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 134 | 214 | 0 | 0.45 | 0.12 | 0.04 | 316.36 | 0.83 | 0.74 |
| Hex | F4 | 86 | D6 | 0 | 2D | C | 4 | 13C | 53 | 4A |
| Octal | 364 | 206 | 326 | 0 | 55 | 14 | 4 | 474 | 123 | 112 |
| Binary | 11110100 | 10000110 | 11010110 | 0 | 101101 | 1100 | 100 | 100111100 | 1010011 | 1001010 |
Color Harmonies of #F486D6
Complementary color
Monochromatic Colors of #F486D6
Black with #F486D6
Text Example
Text Example
White with #F486D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F486D6; }
p { color: rgb(244,134,214); }
H1.HeaderClassName
{
color: #F486D6;
}
.AnyTagClassName
{
color: #F486D6;
}
</style>
background-color css
<style>
a { background-color: #F486D6; }
a { background-color: rgb(244,134,214); }
div.DivClassName
{
background-color: #F486D6;
}
.BgClassName
{
background-color: #F486D6;
}
</style>
border-color css
<style>
span { border-color: #F486D6; }
span { border-color: rgb(244,134,214); }
td.TdClassName
{
border-color: #F486D6;
}
.TagClassName
{
border-color: #F486D6;
}
</style>