Shades of Pale Magenta #F56DDC
Tints of Pale Magenta #F56DDC
RGB
CMYK
RGB Variations
Color information
#F56DDC (or 0xF56DDC) is known color: Pale Magenta. HEX triplet: F5, 6D and DC. RGB value is (245,109,220). Sum of RGB (Red+Green+Blue) = 245+109+220=574 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.68% from 574); Green value is 109 (42.97% from 255 or 18.99% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DDC is #0A9223. Grayscale: #A2A2A2. Windows color (decimal): -692772 or 14446069. OLE color: 14446069.
HSL color Cylindrical-coordinate representation of color #F56DDC: hue angle of 311.03º 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 #F56DDC is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 220 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.04 |
| HSL | 311.03º | 0.87% | 0.69% | - |
| HSV(B) | 311.03º | 0.56% | 0.96% | - |
| XYZ | 56.04 | 35.52 | 71.61 | - |
| YUV | 162.32 | 160.56 | 186.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 220 | 0 | 0.56 | 0.10 | 0.04 | 311.03 | 0.87 | 0.69 |
| Hex | F5 | 6D | DC | 0 | 38 | A | 4 | 137 | 57 | 45 |
| Octal | 365 | 155 | 334 | 0 | 70 | 12 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11011100 | 0 | 111000 | 1010 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56DDC
Complementary color
Monochromatic Colors of #F56DDC
Black with #F56DDC
Text Example
Text Example
White with #F56DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DDC; }
p { color: rgb(245,109,220); }
H1.HeaderClassName
{
color: #F56DDC;
}
.AnyTagClassName
{
color: #F56DDC;
}
</style>
background-color css
<style>
a { background-color: #F56DDC; }
a { background-color: rgb(245,109,220); }
div.DivClassName
{
background-color: #F56DDC;
}
.BgClassName
{
background-color: #F56DDC;
}
</style>
border-color css
<style>
span { border-color: #F56DDC; }
span { border-color: rgb(245,109,220); }
td.TdClassName
{
border-color: #F56DDC;
}
.TagClassName
{
border-color: #F56DDC;
}
</style>