Shades of Pale Magenta #F56FDB
Tints of Pale Magenta #F56FDB
RGB
CMYK
RGB Variations
Color information
#F56FDB (or 0xF56FDB) is known color: Pale Magenta. HEX triplet: F5, 6F and DB. RGB value is (245,111,219). Sum of RGB (Red+Green+Blue) = 245+111+219=575 (76% of max value = 765). Red value is 245 (96.09% from 255 or 42.61% from 575); Green value is 111 (43.75% from 255 or 19.30% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 245 - color contains mainly: red. Hex color #F56FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F56FDB is #0A9024. Grayscale: #A3A3A3. Windows color (decimal): -692261 or 14381045. OLE color: 14381045.
HSL color Cylindrical-coordinate representation of color #F56FDB: hue angle of 311.64º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56FDB is Cyan = 0, Magento = 0.55, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 219 | - |
| CMYK | 0 | 0.55 | 0.11 | 0.04 |
| HSL | 311.64º | 0.87% | 0.7% | - |
| HSV(B) | 311.64º | 0.55% | 0.96% | - |
| XYZ | 56.13 | 35.9 | 70.99 | - |
| YUV | 163.38 | 159.39 | 186.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 219 | 0 | 0.55 | 0.11 | 0.04 | 311.64 | 0.87 | 0.7 |
| Hex | F5 | 6F | DB | 0 | 37 | B | 4 | 138 | 57 | 46 |
| Octal | 365 | 157 | 333 | 0 | 67 | 13 | 4 | 470 | 127 | 106 |
| Binary | 11110101 | 1101111 | 11011011 | 0 | 110111 | 1011 | 100 | 100111000 | 1010111 | 1000110 |
Color Harmonies of #F56FDB
Complementary color
Monochromatic Colors of #F56FDB
Black with #F56FDB
Text Example
Text Example
White with #F56FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56FDB; }
p { color: rgb(245,111,219); }
H1.HeaderClassName
{
color: #F56FDB;
}
.AnyTagClassName
{
color: #F56FDB;
}
</style>
background-color css
<style>
a { background-color: #F56FDB; }
a { background-color: rgb(245,111,219); }
div.DivClassName
{
background-color: #F56FDB;
}
.BgClassName
{
background-color: #F56FDB;
}
</style>
border-color css
<style>
span { border-color: #F56FDB; }
span { border-color: rgb(245,111,219); }
td.TdClassName
{
border-color: #F56FDB;
}
.TagClassName
{
border-color: #F56FDB;
}
</style>