Shades of Pale Magenta #F474DD
Tints of Pale Magenta #F474DD
RGB
CMYK
RGB Variations
Color information
#F474DD (or 0xF474DD) is known color: Pale Magenta. HEX triplet: F4, 74 and DD. RGB value is (244,116,221). Sum of RGB (Red+Green+Blue) = 244+116+221=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 116 (45.70% from 255 or 19.97% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F474DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474DD is #0B8B22. Grayscale: #A5A5A5. Windows color (decimal): -756515 or 14513396. OLE color: 14513396.
HSL color Cylindrical-coordinate representation of color #F474DD: hue angle of 310.78º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F474DD is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 221 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.04 |
| HSL | 310.78º | 0.85% | 0.71% | - |
| HSV(B) | 310.78º | 0.52% | 0.96% | - |
| XYZ | 56.6 | 36.94 | 72.55 | - |
| YUV | 166.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 221 | 0 | 0.52 | 0.09 | 0.04 | 310.78 | 0.85 | 0.71 |
| Hex | F4 | 74 | DD | 0 | 34 | 9 | 4 | 137 | 55 | 47 |
| Octal | 364 | 164 | 335 | 0 | 64 | 11 | 4 | 467 | 125 | 107 |
| Binary | 11110100 | 1110100 | 11011101 | 0 | 110100 | 1001 | 100 | 100110111 | 1010101 | 1000111 |
Color Harmonies of #F474DD
Complementary color
Monochromatic Colors of #F474DD
Black with #F474DD
Text Example
Text Example
White with #F474DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474DD; }
p { color: rgb(244,116,221); }
H1.HeaderClassName
{
color: #F474DD;
}
.AnyTagClassName
{
color: #F474DD;
}
</style>
background-color css
<style>
a { background-color: #F474DD; }
a { background-color: rgb(244,116,221); }
div.DivClassName
{
background-color: #F474DD;
}
.BgClassName
{
background-color: #F474DD;
}
</style>
border-color css
<style>
span { border-color: #F474DD; }
span { border-color: rgb(244,116,221); }
td.TdClassName
{
border-color: #F474DD;
}
.TagClassName
{
border-color: #F474DD;
}
</style>