Shades of Pale Magenta #F581DB
Tints of Pale Magenta #F581DB
RGB
CMYK
RGB Variations
Color information
#F581DB (or 0xF581DB) is known color: Pale Magenta. HEX triplet: F5, 81 and DB. RGB value is (245,129,219). Sum of RGB (Red+Green+Blue) = 245+129+219=593 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.32% from 593); Green value is 129 (50.78% from 255 or 21.75% from 593); Blue value is 219 (85.94% from 255 or 36.93% from 593); Max value from RGB is 245 - color contains mainly: red. Hex color #F581DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F581DB is #0A7E24. Grayscale: #ADADAD. Windows color (decimal): -687653 or 14385653. OLE color: 14385653.
HSL color Cylindrical-coordinate representation of color #F581DB: hue angle of 313.45º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F581DB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 129 | 219 | - |
CMYK | 0 | 0.47 | 0.11 | 0.04 |
HSL | 313.45º | 0.85% | 0.73% | - |
HSV(B) | 313.45º | 0.47% | 0.96% | - |
XYZ | 58.29 | 40.23 | 71.71 | - |
YUV | 173.94 | 153.43 | 178.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 129 | 219 | 0 | 0.47 | 0.11 | 0.04 | 313.45 | 0.85 | 0.73 |
Hex | F5 | 81 | DB | 0 | 2F | B | 4 | 139 | 55 | 49 |
Octal | 365 | 201 | 333 | 0 | 57 | 13 | 4 | 471 | 125 | 111 |
Binary | 11110101 | 10000001 | 11011011 | 0 | 101111 | 1011 | 100 | 100111001 | 1010101 | 1001001 |
Color Harmonies of #F581DB
Complementary color
Monochromatic Colors of #F581DB
Black with #F581DB
Text Example
Text Example
White with #F581DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F581DB; }
p { color: rgb(245,129,219); }
H1.HeaderClassName
{
color: #F581DB;
}
.AnyTagClassName
{
color: #F581DB;
}
</style>
background-color css
<style>
a { background-color: #F581DB; }
a { background-color: rgb(245,129,219); }
div.DivClassName
{
background-color: #F581DB;
}
.BgClassName
{
background-color: #F581DB;
}
</style>
border-color css
<style>
span { border-color: #F581DB; }
span { border-color: rgb(245,129,219); }
td.TdClassName
{
border-color: #F581DB;
}
.TagClassName
{
border-color: #F581DB;
}
</style>