Shades of Pale Magenta #F56DDD
Tints of Pale Magenta #F56DDD
RGB
CMYK
RGB Variations
Color information
#F56DDD (or 0xF56DDD) is known color: Pale Magenta. HEX triplet: F5, 6D and DD. RGB value is (245,109,221). Sum of RGB (Red+Green+Blue) = 245+109+221=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 109 (42.97% from 255 or 18.96% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DDD is #0A9222. Grayscale: #A2A2A2. Windows color (decimal): -692771 or 14511605. OLE color: 14511605.
HSL color Cylindrical-coordinate representation of color #F56DDD: hue angle of 310.59º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56DDD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 221 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 310.59º | 0.87% | 0.69% | - |
| HSV(B) | 310.59º | 0.56% | 0.96% | - |
| XYZ | 56.18 | 35.57 | 72.31 | - |
| YUV | 162.43 | 161.06 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 221 | 0 | 0.56 | 0.10 | 0.04 | 310.59 | 0.87 | 0.69 |
| Hex | F5 | 6D | DD | 0 | 38 | A | 4 | 137 | 57 | 45 |
| Octal | 365 | 155 | 335 | 0 | 70 | 12 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11011101 | 0 | 111000 | 1010 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56DDD
Complementary color
Monochromatic Colors of #F56DDD
Black with #F56DDD
Text Example
Text Example
White with #F56DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DDD; }
p { color: rgb(245,109,221); }
H1.HeaderClassName
{
color: #F56DDD;
}
.AnyTagClassName
{
color: #F56DDD;
}
</style>
background-color css
<style>
a { background-color: #F56DDD; }
a { background-color: rgb(245,109,221); }
div.DivClassName
{
background-color: #F56DDD;
}
.BgClassName
{
background-color: #F56DDD;
}
</style>
border-color css
<style>
span { border-color: #F56DDD; }
span { border-color: rgb(245,109,221); }
td.TdClassName
{
border-color: #F56DDD;
}
.TagClassName
{
border-color: #F56DDD;
}
</style>