Shades of Pale Magenta #F583DD
Tints of Pale Magenta #F583DD
RGB
CMYK
RGB Variations
Color information
#F583DD (or 0xF583DD) is known color: Pale Magenta. HEX triplet: F5, 83 and DD. RGB value is (245,131,221). Sum of RGB (Red+Green+Blue) = 245+131+221=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 131 (51.56% from 255 or 21.94% from 597); Blue value is 221 (86.72% from 255 or 37.02% from 597); Max value from RGB is 245 - color contains mainly: red. Hex color #F583DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F583DD is #0A7C22. Grayscale: #AFAFAF. Windows color (decimal): -687139 or 14517237. OLE color: 14517237.
HSL color Cylindrical-coordinate representation of color #F583DD: hue angle of 312.63º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F583DD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 131 | 221 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.04 |
| HSL | 312.63º | 0.85% | 0.74% | - |
| HSV(B) | 312.63º | 0.47% | 0.96% | - |
| XYZ | 58.82 | 40.87 | 73.19 | - |
| YUV | 175.35 | 153.77 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 131 | 221 | 0 | 0.47 | 0.10 | 0.04 | 312.63 | 0.85 | 0.74 |
| Hex | F5 | 83 | DD | 0 | 2F | A | 4 | 139 | 55 | 4A |
| Octal | 365 | 203 | 335 | 0 | 57 | 12 | 4 | 471 | 125 | 112 |
| Binary | 11110101 | 10000011 | 11011101 | 0 | 101111 | 1010 | 100 | 100111001 | 1010101 | 1001010 |
Color Harmonies of #F583DD
Complementary color
Monochromatic Colors of #F583DD
Black with #F583DD
Text Example
Text Example
White with #F583DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F583DD; }
p { color: rgb(245,131,221); }
H1.HeaderClassName
{
color: #F583DD;
}
.AnyTagClassName
{
color: #F583DD;
}
</style>
background-color css
<style>
a { background-color: #F583DD; }
a { background-color: rgb(245,131,221); }
div.DivClassName
{
background-color: #F583DD;
}
.BgClassName
{
background-color: #F583DD;
}
</style>
border-color css
<style>
span { border-color: #F583DD; }
span { border-color: rgb(245,131,221); }
td.TdClassName
{
border-color: #F583DD;
}
.TagClassName
{
border-color: #F583DD;
}
</style>