Shades of Pale Magenta #F47BDA
Tints of Pale Magenta #F47BDA
RGB
CMYK
RGB Variations
Color information
#F47BDA (or 0xF47BDA) is known color: Pale Magenta. HEX triplet: F4, 7B and DA. RGB value is (244,123,218). Sum of RGB (Red+Green+Blue) = 244+123+218=585 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.71% from 585); Green value is 123 (48.44% from 255 or 21.03% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BDA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BDA is #0B8425. Grayscale: #A9A9A9. Windows color (decimal): -754726 or 14318580. OLE color: 14318580.
HSL color Cylindrical-coordinate representation of color #F47BDA: hue angle of 312.89º 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 #F47BDA is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 218 | - |
| CMYK | 0 | 0.50 | 0.11 | 0.04 |
| HSL | 312.89º | 0.85% | 0.72% | - |
| HSV(B) | 312.89º | 0.5% | 0.96% | - |
| XYZ | 57.05 | 38.46 | 70.75 | - |
| YUV | 170.01 | 155.09 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 218 | 0 | 0.50 | 0.11 | 0.04 | 312.89 | 0.85 | 0.72 |
| Hex | F4 | 7B | DA | 0 | 32 | B | 4 | 139 | 55 | 48 |
| Octal | 364 | 173 | 332 | 0 | 62 | 13 | 4 | 471 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11011010 | 0 | 110010 | 1011 | 100 | 100111001 | 1010101 | 1001000 |
Color Harmonies of #F47BDA
Complementary color
Monochromatic Colors of #F47BDA
Black with #F47BDA
Text Example
Text Example
White with #F47BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BDA; }
p { color: rgb(244,123,218); }
H1.HeaderClassName
{
color: #F47BDA;
}
.AnyTagClassName
{
color: #F47BDA;
}
</style>
background-color css
<style>
a { background-color: #F47BDA; }
a { background-color: rgb(244,123,218); }
div.DivClassName
{
background-color: #F47BDA;
}
.BgClassName
{
background-color: #F47BDA;
}
</style>
border-color css
<style>
span { border-color: #F47BDA; }
span { border-color: rgb(244,123,218); }
td.TdClassName
{
border-color: #F47BDA;
}
.TagClassName
{
border-color: #F47BDA;
}
</style>