Shades of Pale Magenta #F47BDB
Tints of Pale Magenta #F47BDB
RGB
CMYK
RGB Variations
Color information
#F47BDB (or 0xF47BDB) is known color: Pale Magenta. HEX triplet: F4, 7B and DB. RGB value is (244,123,219). Sum of RGB (Red+Green+Blue) = 244+123+219=586 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.64% from 586); Green value is 123 (48.44% from 255 or 20.99% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BDB is #0B8424. Grayscale: #A9A9A9. Windows color (decimal): -754725 or 14384116. OLE color: 14384116.
HSL color Cylindrical-coordinate representation of color #F47BDB: hue angle of 312.4º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F47BDB is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 219 | - |
| CMYK | 0 | 0.50 | 0.10 | 0.04 |
| HSL | 312.4º | 0.85% | 0.72% | - |
| HSV(B) | 312.4º | 0.5% | 0.96% | - |
| XYZ | 57.18 | 38.51 | 71.44 | - |
| YUV | 170.12 | 155.59 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 219 | 0 | 0.50 | 0.10 | 0.04 | 312.4 | 0.85 | 0.72 |
| Hex | F4 | 7B | DB | 0 | 32 | A | 4 | 138 | 55 | 48 |
| Octal | 364 | 173 | 333 | 0 | 62 | 12 | 4 | 470 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11011011 | 0 | 110010 | 1010 | 100 | 100111000 | 1010101 | 1001000 |
Color Harmonies of #F47BDB
Complementary color
Monochromatic Colors of #F47BDB
Black with #F47BDB
Text Example
Text Example
White with #F47BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BDB; }
p { color: rgb(244,123,219); }
H1.HeaderClassName
{
color: #F47BDB;
}
.AnyTagClassName
{
color: #F47BDB;
}
</style>
background-color css
<style>
a { background-color: #F47BDB; }
a { background-color: rgb(244,123,219); }
div.DivClassName
{
background-color: #F47BDB;
}
.BgClassName
{
background-color: #F47BDB;
}
</style>
border-color css
<style>
span { border-color: #F47BDB; }
span { border-color: rgb(244,123,219); }
td.TdClassName
{
border-color: #F47BDB;
}
.TagClassName
{
border-color: #F47BDB;
}
</style>