Shades of Pale Magenta #F584D4
Tints of Pale Magenta #F584D4
RGB
CMYK
RGB Variations
Color information
#F584D4 (or 0xF584D4) is known color: Pale Magenta. HEX triplet: F5, 84 and D4. RGB value is (245,132,212). Sum of RGB (Red+Green+Blue) = 245+132+212=589 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.60% from 589); Green value is 132 (51.95% from 255 or 22.41% from 589); Blue value is 212 (83.20% from 255 or 35.99% from 589); Max value from RGB is 245 - color contains mainly: red. Hex color #F584D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F584D4 is #0A7B2B. Grayscale: #AEAEAE. Windows color (decimal): -686892 or 13927669. OLE color: 13927669.
HSL color Cylindrical-coordinate representation of color #F584D4: hue angle of 317.52º 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 #F584D4 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 132 | 212 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.04 |
| HSL | 317.52º | 0.85% | 0.74% | - |
| HSV(B) | 317.52º | 0.46% | 0.96% | - |
| XYZ | 57.79 | 40.67 | 67.09 | - |
| YUV | 174.91 | 148.94 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 132 | 212 | 0 | 0.46 | 0.13 | 0.04 | 317.52 | 0.85 | 0.74 |
| Hex | F5 | 84 | D4 | 0 | 2E | D | 4 | 13E | 55 | 4A |
| Octal | 365 | 204 | 324 | 0 | 56 | 15 | 4 | 476 | 125 | 112 |
| Binary | 11110101 | 10000100 | 11010100 | 0 | 101110 | 1101 | 100 | 100111110 | 1010101 | 1001010 |
Color Harmonies of #F584D4
Complementary color
Monochromatic Colors of #F584D4
Black with #F584D4
Text Example
Text Example
White with #F584D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F584D4; }
p { color: rgb(245,132,212); }
H1.HeaderClassName
{
color: #F584D4;
}
.AnyTagClassName
{
color: #F584D4;
}
</style>
background-color css
<style>
a { background-color: #F584D4; }
a { background-color: rgb(245,132,212); }
div.DivClassName
{
background-color: #F584D4;
}
.BgClassName
{
background-color: #F584D4;
}
</style>
border-color css
<style>
span { border-color: #F584D4; }
span { border-color: rgb(245,132,212); }
td.TdClassName
{
border-color: #F584D4;
}
.TagClassName
{
border-color: #F584D4;
}
</style>