Shades of Pale Magenta #F58DDB
Tints of Pale Magenta #F58DDB
RGB
CMYK
RGB Variations
Color information
#F58DDB (or 0xF58DDB) is known color: Pale Magenta. HEX triplet: F5, 8D and DB. RGB value is (245,141,219). Sum of RGB (Red+Green+Blue) = 245+141+219=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F58DDB is #0A7224. Grayscale: #B4B4B4. Windows color (decimal): -684581 or 14388725. OLE color: 14388725.
HSL color Cylindrical-coordinate representation of color #F58DDB: hue angle of 315º 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 #F58DDB is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 219 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.04 |
| HSL | 315º | 0.84% | 0.76% | - |
| HSV(B) | 315º | 0.42% | 0.96% | - |
| XYZ | 59.97 | 43.58 | 72.27 | - |
| YUV | 180.99 | 149.46 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 219 | 0 | 0.42 | 0.11 | 0.04 | 315 | 0.84 | 0.76 |
| Hex | F5 | 8D | DB | 0 | 2A | B | 4 | 13B | 54 | 4C |
| Octal | 365 | 215 | 333 | 0 | 52 | 13 | 4 | 473 | 124 | 114 |
| Binary | 11110101 | 10001101 | 11011011 | 0 | 101010 | 1011 | 100 | 100111011 | 1010100 | 1001100 |
Color Harmonies of #F58DDB
Complementary color
Monochromatic Colors of #F58DDB
Black with #F58DDB
Text Example
Text Example
White with #F58DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DDB; }
p { color: rgb(245,141,219); }
H1.HeaderClassName
{
color: #F58DDB;
}
.AnyTagClassName
{
color: #F58DDB;
}
</style>
background-color css
<style>
a { background-color: #F58DDB; }
a { background-color: rgb(245,141,219); }
div.DivClassName
{
background-color: #F58DDB;
}
.BgClassName
{
background-color: #F58DDB;
}
</style>
border-color css
<style>
span { border-color: #F58DDB; }
span { border-color: rgb(245,141,219); }
td.TdClassName
{
border-color: #F58DDB;
}
.TagClassName
{
border-color: #F58DDB;
}
</style>