Shades of Pale Magenta #F584DB
Tints of Pale Magenta #F584DB
RGB
CMYK
RGB Variations
Color information
#F584DB (or 0xF584DB) is known color: Pale Magenta. HEX triplet: F5, 84 and DB. RGB value is (245,132,219). Sum of RGB (Red+Green+Blue) = 245+132+219=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DB is #0A7B24. Grayscale: #AFAFAF. Windows color (decimal): -686885 or 14386421. OLE color: 14386421.
HSL color Cylindrical-coordinate representation of color #F584DB: hue angle of 313.81º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F584DB is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 219 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.04 |
| HSL | 313.81º | 0.85% | 0.74% | - |
| HSV(B) | 313.81º | 0.46% | 0.96% | - |
| XYZ | 58.69 | 41.03 | 71.84 | - |
| YUV | 175.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 219 | 0 | 0.46 | 0.11 | 0.04 | 313.81 | 0.85 | 0.74 |
| Hex | F5 | 84 | DB | 0 | 2E | B | 4 | 13A | 55 | 4A |
| Octal | 365 | 204 | 333 | 0 | 56 | 13 | 4 | 472 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11011011 | 0 | 101110 | 1011 | 100 | 100111010 | 1010101 | 1001010 |
Color Harmonies of #F584DB
Complementary color
Monochromatic Colors of #F584DB
Black with #F584DB
Text Example
Text Example
White with #F584DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584DB; }
p { color: rgb(245,132,219); }
H1.HeaderClassName
{
color: #F584DB;
}
.AnyTagClassName
{
color: #F584DB;
}
</style>
background-color css
<style>
a { background-color: #F584DB; }
a { background-color: rgb(245,132,219); }
div.DivClassName
{
background-color: #F584DB;
}
.BgClassName
{
background-color: #F584DB;
}
</style>
border-color css
<style>
span { border-color: #F584DB; }
span { border-color: rgb(245,132,219); }
td.TdClassName
{
border-color: #F584DB;
}
.TagClassName
{
border-color: #F584DB;
}
</style>