Shades of Pale Magenta #F584DD
Tints of Pale Magenta #F584DD
RGB
CMYK
RGB Variations
Color information
#F584DD (or 0xF584DD) is known color: Pale Magenta. HEX triplet: F5, 84 and DD. RGB value is (245,132,221). Sum of RGB (Red+Green+Blue) = 245+132+221=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 132 (51.95% from 255 or 22.07% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 245 - color contains mainly: red. Hex color #F584DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584DD is #0A7B22. Grayscale: #AFAFAF. Windows color (decimal): -686883 or 14517493. OLE color: 14517493.
HSL color Cylindrical-coordinate representation of color #F584DD: hue angle of 312.74º 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 #F584DD is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 221 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.04 |
| HSL | 312.74º | 0.85% | 0.74% | - |
| HSV(B) | 312.74º | 0.46% | 0.96% | - |
| XYZ | 58.96 | 41.14 | 73.24 | - |
| YUV | 175.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 221 | 0 | 0.46 | 0.10 | 0.04 | 312.74 | 0.85 | 0.74 |
| Hex | F5 | 84 | DD | 0 | 2E | A | 4 | 139 | 55 | 4A |
| Octal | 365 | 204 | 335 | 0 | 56 | 12 | 4 | 471 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11011101 | 0 | 101110 | 1010 | 100 | 100111001 | 1010101 | 1001010 |
Color Harmonies of #F584DD
Complementary color
Monochromatic Colors of #F584DD
Black with #F584DD
Text Example
Text Example
White with #F584DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584DD; }
p { color: rgb(245,132,221); }
H1.HeaderClassName
{
color: #F584DD;
}
.AnyTagClassName
{
color: #F584DD;
}
</style>
background-color css
<style>
a { background-color: #F584DD; }
a { background-color: rgb(245,132,221); }
div.DivClassName
{
background-color: #F584DD;
}
.BgClassName
{
background-color: #F584DD;
}
</style>
border-color css
<style>
span { border-color: #F584DD; }
span { border-color: rgb(245,132,221); }
td.TdClassName
{
border-color: #F584DD;
}
.TagClassName
{
border-color: #F584DD;
}
</style>