Shades of Pale Magenta #F588DB
Tints of Pale Magenta #F588DB
RGB
CMYK
RGB Variations
Color information
#F588DB (or 0xF588DB) is known color: Pale Magenta. HEX triplet: F5, 88 and DB. RGB value is (245,136,219). Sum of RGB (Red+Green+Blue) = 245+136+219=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 136 (53.52% from 255 or 22.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F588DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F588DB is #0A7724. Grayscale: #B1B1B1. Windows color (decimal): -685861 or 14387445. OLE color: 14387445.
HSL color Cylindrical-coordinate representation of color #F588DB: hue angle of 314.31º 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 #F588DB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 136 | 219 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.04 |
| HSL | 314.31º | 0.84% | 0.75% | - |
| HSV(B) | 314.31º | 0.44% | 0.96% | - |
| XYZ | 59.25 | 42.14 | 72.03 | - |
| YUV | 178.05 | 151.11 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 136 | 219 | 0 | 0.44 | 0.11 | 0.04 | 314.31 | 0.84 | 0.75 |
| Hex | F5 | 88 | DB | 0 | 2C | B | 4 | 13A | 54 | 4B |
| Octal | 365 | 210 | 333 | 0 | 54 | 13 | 4 | 472 | 124 | 113 |
| Binary | 11110101 | 10001000 | 11011011 | 0 | 101100 | 1011 | 100 | 100111010 | 1010100 | 1001011 |
Color Harmonies of #F588DB
Complementary color
Monochromatic Colors of #F588DB
Black with #F588DB
Text Example
Text Example
White with #F588DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F588DB; }
p { color: rgb(245,136,219); }
H1.HeaderClassName
{
color: #F588DB;
}
.AnyTagClassName
{
color: #F588DB;
}
</style>
background-color css
<style>
a { background-color: #F588DB; }
a { background-color: rgb(245,136,219); }
div.DivClassName
{
background-color: #F588DB;
}
.BgClassName
{
background-color: #F588DB;
}
</style>
border-color css
<style>
span { border-color: #F588DB; }
span { border-color: rgb(245,136,219); }
td.TdClassName
{
border-color: #F588DB;
}
.TagClassName
{
border-color: #F588DB;
}
</style>