Shades of Pale Magenta #F47FDB
Tints of Pale Magenta #F47FDB
RGB
CMYK
RGB Variations
Color information
#F47FDB (or 0xF47FDB) is known color: Pale Magenta. HEX triplet: F4, 7F and DB. RGB value is (244,127,219). Sum of RGB (Red+Green+Blue) = 244+127+219=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 127 (50% from 255 or 21.53% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F47FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47FDB is #0B8024. Grayscale: #ACACAC. Windows color (decimal): -753701 or 14385140. OLE color: 14385140.
HSL color Cylindrical-coordinate representation of color #F47FDB: hue angle of 312.82º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F47FDB is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 127 | 219 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.04 |
| HSL | 312.82º | 0.84% | 0.73% | - |
| HSV(B) | 312.82º | 0.48% | 0.96% | - |
| XYZ | 57.68 | 39.53 | 71.61 | - |
| YUV | 172.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 127 | 219 | 0 | 0.48 | 0.10 | 0.04 | 312.82 | 0.84 | 0.73 |
| Hex | F4 | 7F | DB | 0 | 30 | A | 4 | 139 | 54 | 49 |
| Octal | 364 | 177 | 333 | 0 | 60 | 12 | 4 | 471 | 124 | 111 |
| Binary | 11110100 | 1111111 | 11011011 | 0 | 110000 | 1010 | 100 | 100111001 | 1010100 | 1001001 |
Color Harmonies of #F47FDB
Complementary color
Monochromatic Colors of #F47FDB
Black with #F47FDB
Text Example
Text Example
White with #F47FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47FDB; }
p { color: rgb(244,127,219); }
H1.HeaderClassName
{
color: #F47FDB;
}
.AnyTagClassName
{
color: #F47FDB;
}
</style>
background-color css
<style>
a { background-color: #F47FDB; }
a { background-color: rgb(244,127,219); }
div.DivClassName
{
background-color: #F47FDB;
}
.BgClassName
{
background-color: #F47FDB;
}
</style>
border-color css
<style>
span { border-color: #F47FDB; }
span { border-color: rgb(244,127,219); }
td.TdClassName
{
border-color: #F47FDB;
}
.TagClassName
{
border-color: #F47FDB;
}
</style>