Shades of Pale Magenta #F56DDB
Tints of Pale Magenta #F56DDB
RGB
CMYK
RGB Variations
Color information
#F56DDB (or 0xF56DDB) is known color: Pale Magenta. HEX triplet: F5, 6D and DB. RGB value is (245,109,219). Sum of RGB (Red+Green+Blue) = 245+109+219=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F56DDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56DDB is #0A9224. Grayscale: #A1A1A1. Windows color (decimal): -692773 or 14380533. OLE color: 14380533.
HSL color Cylindrical-coordinate representation of color #F56DDB: hue angle of 311.47º 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 #F56DDB is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 219 | - |
| CMYK | 0 | 0.56 | 0.11 | 0.04 |
| HSL | 311.47º | 0.87% | 0.69% | - |
| HSV(B) | 311.47º | 0.56% | 0.96% | - |
| XYZ | 55.91 | 35.46 | 70.92 | - |
| YUV | 162.2 | 160.06 | 187.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 219 | 0 | 0.56 | 0.11 | 0.04 | 311.47 | 0.87 | 0.69 |
| Hex | F5 | 6D | DB | 0 | 38 | B | 4 | 137 | 57 | 45 |
| Octal | 365 | 155 | 333 | 0 | 70 | 13 | 4 | 467 | 127 | 105 |
| Binary | 11110101 | 1101101 | 11011011 | 0 | 111000 | 1011 | 100 | 100110111 | 1010111 | 1000101 |
Color Harmonies of #F56DDB
Complementary color
Monochromatic Colors of #F56DDB
Black with #F56DDB
Text Example
Text Example
White with #F56DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56DDB; }
p { color: rgb(245,109,219); }
H1.HeaderClassName
{
color: #F56DDB;
}
.AnyTagClassName
{
color: #F56DDB;
}
</style>
background-color css
<style>
a { background-color: #F56DDB; }
a { background-color: rgb(245,109,219); }
div.DivClassName
{
background-color: #F56DDB;
}
.BgClassName
{
background-color: #F56DDB;
}
</style>
border-color css
<style>
span { border-color: #F56DDB; }
span { border-color: rgb(245,109,219); }
td.TdClassName
{
border-color: #F56DDB;
}
.TagClassName
{
border-color: #F56DDB;
}
</style>