Shades of Pale Magenta #F47BDF
Tints of Pale Magenta #F47BDF
RGB
CMYK
RGB Variations
Color information
#F47BDF (or 0xF47BDF) is known color: Pale Magenta. HEX triplet: F4, 7B and DF. RGB value is (244,123,223). Sum of RGB (Red+Green+Blue) = 244+123+223=590 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.36% from 590); Green value is 123 (48.44% from 255 or 20.85% from 590); Blue value is 223 (87.5% from 255 or 37.80% from 590); Max value from RGB is 244 - color contains mainly: red. Hex color #F47BDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F47BDF is #0B8420. Grayscale: #AAAAAA. Windows color (decimal): -754721 or 14646260. OLE color: 14646260.
HSL color Cylindrical-coordinate representation of color #F47BDF: hue angle of 310.41º 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 #F47BDF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 123 | 223 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.04 |
| HSL | 310.41º | 0.85% | 0.72% | - |
| HSV(B) | 310.41º | 0.5% | 0.96% | - |
| XYZ | 57.71 | 38.73 | 74.25 | - |
| YUV | 170.58 | 157.59 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 123 | 223 | 0 | 0.50 | 0.09 | 0.04 | 310.41 | 0.85 | 0.72 |
| Hex | F4 | 7B | DF | 0 | 32 | 9 | 4 | 136 | 55 | 48 |
| Octal | 364 | 173 | 337 | 0 | 62 | 11 | 4 | 466 | 125 | 110 |
| Binary | 11110100 | 1111011 | 11011111 | 0 | 110010 | 1001 | 100 | 100110110 | 1010101 | 1001000 |
Color Harmonies of #F47BDF
Complementary color
Monochromatic Colors of #F47BDF
Black with #F47BDF
Text Example
Text Example
White with #F47BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47BDF; }
p { color: rgb(244,123,223); }
H1.HeaderClassName
{
color: #F47BDF;
}
.AnyTagClassName
{
color: #F47BDF;
}
</style>
background-color css
<style>
a { background-color: #F47BDF; }
a { background-color: rgb(244,123,223); }
div.DivClassName
{
background-color: #F47BDF;
}
.BgClassName
{
background-color: #F47BDF;
}
</style>
border-color css
<style>
span { border-color: #F47BDF; }
span { border-color: rgb(244,123,223); }
td.TdClassName
{
border-color: #F47BDF;
}
.TagClassName
{
border-color: #F47BDF;
}
</style>