Shades of Pale Magenta #F58DDA
Tints of Pale Magenta #F58DDA
RGB
CMYK
RGB Variations
Color information
#F58DDA (or 0xF58DDA) is known color: Pale Magenta. HEX triplet: F5, 8D and DA. RGB value is (245,141,218). Sum of RGB (Red+Green+Blue) = 245+141+218=604 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.56% from 604); Green value is 141 (55.47% from 255 or 23.34% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DDA is #0A7225. Grayscale: #B4B4B4. Windows color (decimal): -684582 or 14323189. OLE color: 14323189.
HSL color Cylindrical-coordinate representation of color #F58DDA: hue angle of 315.58º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58DDA is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 218 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315.58º | 0.84% | 0.76% | - |
| HSV(B) | 315.58º | 0.42% | 0.96% | - |
| XYZ | 59.84 | 43.52 | 71.58 | - |
| YUV | 180.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 218 | 0 | 0.42 | 0.11 | 0.04 | 315.58 | 0.84 | 0.76 |
| Hex | F5 | 8D | DA | 0 | 2A | B | 4 | 13C | 54 | 4C |
| Octal | 365 | 215 | 332 | 0 | 52 | 13 | 4 | 474 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11011010 | 0 | 101010 | 1011 | 100 | 100111100 | 1010100 | 1001100 |
Color Harmonies of #F58DDA
Complementary color
Monochromatic Colors of #F58DDA
Black with #F58DDA
Text Example
Text Example
White with #F58DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DDA; }
p { color: rgb(245,141,218); }
H1.HeaderClassName
{
color: #F58DDA;
}
.AnyTagClassName
{
color: #F58DDA;
}
</style>
background-color css
<style>
a { background-color: #F58DDA; }
a { background-color: rgb(245,141,218); }
div.DivClassName
{
background-color: #F58DDA;
}
.BgClassName
{
background-color: #F58DDA;
}
</style>
border-color css
<style>
span { border-color: #F58DDA; }
span { border-color: rgb(245,141,218); }
td.TdClassName
{
border-color: #F58DDA;
}
.TagClassName
{
border-color: #F58DDA;
}
</style>