Shades of Pale Magenta #F47CDB
Tints of Pale Magenta #F47CDB
RGB
CMYK
RGB Variations
Color information
#F47CDB (or 0xF47CDB) is known color: Pale Magenta. HEX triplet: F4, 7C and DB. RGB value is (244,124,219). Sum of RGB (Red+Green+Blue) = 244+124+219=587 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.57% from 587); Green value is 124 (48.83% from 255 or 21.12% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 244 - color contains mainly: red. Hex color #F47CDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47CDB is #0B8324. Grayscale: #AAAAAA. Windows color (decimal): -754469 or 14384372. OLE color: 14384372.
HSL color Cylindrical-coordinate representation of color #F47CDB: hue angle of 312.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F47CDB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 124 | 219 | - |
| CMYK | 0 | 0.49 | 0.10 | 0.04 |
| HSL | 312.5º | 0.85% | 0.72% | - |
| HSV(B) | 312.5º | 0.49% | 0.96% | - |
| XYZ | 57.3 | 38.76 | 71.48 | - |
| YUV | 170.71 | 155.26 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 124 | 219 | 0 | 0.49 | 0.10 | 0.04 | 312.5 | 0.85 | 0.72 |
| Hex | F4 | 7C | DB | 0 | 31 | A | 4 | 138 | 55 | 48 |
| Octal | 364 | 174 | 333 | 0 | 61 | 12 | 4 | 470 | 125 | 110 |
| Binary | 11110100 | 1111100 | 11011011 | 0 | 110001 | 1010 | 100 | 100111000 | 1010101 | 1001000 |
Color Harmonies of #F47CDB
Complementary color
Monochromatic Colors of #F47CDB
Black with #F47CDB
Text Example
Text Example
White with #F47CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47CDB; }
p { color: rgb(244,124,219); }
H1.HeaderClassName
{
color: #F47CDB;
}
.AnyTagClassName
{
color: #F47CDB;
}
</style>
background-color css
<style>
a { background-color: #F47CDB; }
a { background-color: rgb(244,124,219); }
div.DivClassName
{
background-color: #F47CDB;
}
.BgClassName
{
background-color: #F47CDB;
}
</style>
border-color css
<style>
span { border-color: #F47CDB; }
span { border-color: rgb(244,124,219); }
td.TdClassName
{
border-color: #F47CDB;
}
.TagClassName
{
border-color: #F47CDB;
}
</style>