Shades of Pale Magenta #F580DB
Tints of Pale Magenta #F580DB
RGB
CMYK
RGB Variations
Color information
#F580DB (or 0xF580DB) is known color: Pale Magenta. HEX triplet: F5, 80 and DB. RGB value is (245,128,219). Sum of RGB (Red+Green+Blue) = 245+128+219=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 128 (50.39% from 255 or 21.62% from 592); Blue value is 219 (85.94% from 255 or 36.99% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F580DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F580DB is #0A7F24. Grayscale: #ADADAD. Windows color (decimal): -687909 or 14385397. OLE color: 14385397.
HSL color Cylindrical-coordinate representation of color #F580DB: hue angle of 313.33º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F580DB is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 128 | 219 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.04 |
| HSL | 313.33º | 0.85% | 0.73% | - |
| HSV(B) | 313.33º | 0.48% | 0.96% | - |
| XYZ | 58.16 | 39.97 | 71.67 | - |
| YUV | 173.36 | 153.76 | 179.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 128 | 219 | 0 | 0.48 | 0.11 | 0.04 | 313.33 | 0.85 | 0.73 |
| Hex | F5 | 80 | DB | 0 | 30 | B | 4 | 139 | 55 | 49 |
| Octal | 365 | 200 | 333 | 0 | 60 | 13 | 4 | 471 | 125 | 111 |
| Binary | 11110101 | 10000000 | 11011011 | 0 | 110000 | 1011 | 100 | 100111001 | 1010101 | 1001001 |
Color Harmonies of #F580DB
Complementary color
Monochromatic Colors of #F580DB
Black with #F580DB
Text Example
Text Example
White with #F580DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F580DB; }
p { color: rgb(245,128,219); }
H1.HeaderClassName
{
color: #F580DB;
}
.AnyTagClassName
{
color: #F580DB;
}
</style>
background-color css
<style>
a { background-color: #F580DB; }
a { background-color: rgb(245,128,219); }
div.DivClassName
{
background-color: #F580DB;
}
.BgClassName
{
background-color: #F580DB;
}
</style>
border-color css
<style>
span { border-color: #F580DB; }
span { border-color: rgb(245,128,219); }
td.TdClassName
{
border-color: #F580DB;
}
.TagClassName
{
border-color: #F580DB;
}
</style>