Shades of Pale Magenta #F58DD4
Tints of Pale Magenta #F58DD4
RGB
CMYK
RGB Variations
Color information
#F58DD4 (or 0xF58DD4) is known color: Pale Magenta. HEX triplet: F5, 8D and D4. RGB value is (245,141,212). Sum of RGB (Red+Green+Blue) = 245+141+212=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 141 (55.47% from 255 or 23.58% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DD4 is #0A722B. Grayscale: #B4B4B4. Windows color (decimal): -684588 or 13929973. OLE color: 13929973.
HSL color Cylindrical-coordinate representation of color #F58DD4: hue angle of 319.04º 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 #F58DD4 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 212 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.04 |
| HSL | 319.04º | 0.84% | 0.76% | - |
| HSV(B) | 319.04º | 0.42% | 0.96% | - |
| XYZ | 59.06 | 43.22 | 67.52 | - |
| YUV | 180.19 | 145.96 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 212 | 0 | 0.42 | 0.13 | 0.04 | 319.04 | 0.84 | 0.76 |
| Hex | F5 | 8D | D4 | 0 | 2A | D | 4 | 13F | 54 | 4C |
| Octal | 365 | 215 | 324 | 0 | 52 | 15 | 4 | 477 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11010100 | 0 | 101010 | 1101 | 100 | 100111111 | 1010100 | 1001100 |
Color Harmonies of #F58DD4
Complementary color
Monochromatic Colors of #F58DD4
Black with #F58DD4
Text Example
Text Example
White with #F58DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DD4; }
p { color: rgb(245,141,212); }
H1.HeaderClassName
{
color: #F58DD4;
}
.AnyTagClassName
{
color: #F58DD4;
}
</style>
background-color css
<style>
a { background-color: #F58DD4; }
a { background-color: rgb(245,141,212); }
div.DivClassName
{
background-color: #F58DD4;
}
.BgClassName
{
background-color: #F58DD4;
}
</style>
border-color css
<style>
span { border-color: #F58DD4; }
span { border-color: rgb(245,141,212); }
td.TdClassName
{
border-color: #F58DD4;
}
.TagClassName
{
border-color: #F58DD4;
}
</style>