Shades of Pale Magenta #F58AD6
Tints of Pale Magenta #F58AD6
RGB
CMYK
RGB Variations
Color information
#F58AD6 (or 0xF58AD6) is known color: Pale Magenta. HEX triplet: F5, 8A and D6. RGB value is (245,138,214). Sum of RGB (Red+Green+Blue) = 245+138+214=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 138 (54.30% from 255 or 23.12% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58AD6 is #0A7529. Grayscale: #B2B2B2. Windows color (decimal): -685354 or 14060277. OLE color: 14060277.
HSL color Cylindrical-coordinate representation of color #F58AD6: hue angle of 317.38º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AD6 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 214 | - |
| CMYK | 0 | 0.44 | 0.13 | 0.04 |
| HSL | 317.38º | 0.84% | 0.75% | - |
| HSV(B) | 317.38º | 0.44% | 0.96% | - |
| XYZ | 58.88 | 42.44 | 68.71 | - |
| YUV | 178.66 | 147.95 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 214 | 0 | 0.44 | 0.13 | 0.04 | 317.38 | 0.84 | 0.75 |
| Hex | F5 | 8A | D6 | 0 | 2C | D | 4 | 13D | 54 | 4B |
| Octal | 365 | 212 | 326 | 0 | 54 | 15 | 4 | 475 | 124 | 113 |
| Binary | 11110101 | 10001010 | 11010110 | 0 | 101100 | 1101 | 100 | 100111101 | 1010100 | 1001011 |
Color Harmonies of #F58AD6
Complementary color
Monochromatic Colors of #F58AD6
Black with #F58AD6
Text Example
Text Example
White with #F58AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AD6; }
p { color: rgb(245,138,214); }
H1.HeaderClassName
{
color: #F58AD6;
}
.AnyTagClassName
{
color: #F58AD6;
}
</style>
background-color css
<style>
a { background-color: #F58AD6; }
a { background-color: rgb(245,138,214); }
div.DivClassName
{
background-color: #F58AD6;
}
.BgClassName
{
background-color: #F58AD6;
}
</style>
border-color css
<style>
span { border-color: #F58AD6; }
span { border-color: rgb(245,138,214); }
td.TdClassName
{
border-color: #F58AD6;
}
.TagClassName
{
border-color: #F58AD6;
}
</style>