Shades of Pale Magenta #F474D6
Tints of Pale Magenta #F474D6
RGB
CMYK
RGB Variations
Color information
#F474D6 (or 0xF474D6) is known color: Pale Magenta. HEX triplet: F4, 74 and D6. RGB value is (244,116,214). Sum of RGB (Red+Green+Blue) = 244+116+214=574 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.51% from 574); Green value is 116 (45.70% from 255 or 20.21% from 574); Blue value is 214 (83.98% from 255 or 37.28% from 574); Max value from RGB is 244 - color contains mainly: red. Hex color #F474D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F474D6 is #0B8B29. Grayscale: #A5A5A5. Windows color (decimal): -756522 or 14054644. OLE color: 14054644.
HSL color Cylindrical-coordinate representation of color #F474D6: hue angle of 314.06º 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 #F474D6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 116 | 214 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.04 |
| HSL | 314.06º | 0.85% | 0.71% | - |
| HSV(B) | 314.06º | 0.52% | 0.96% | - |
| XYZ | 55.69 | 36.58 | 67.74 | - |
| YUV | 165.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 116 | 214 | 0 | 0.52 | 0.12 | 0.04 | 314.06 | 0.85 | 0.71 |
| Hex | F4 | 74 | D6 | 0 | 34 | C | 4 | 13A | 55 | 47 |
| Octal | 364 | 164 | 326 | 0 | 64 | 14 | 4 | 472 | 125 | 107 |
| Binary | 11110100 | 1110100 | 11010110 | 0 | 110100 | 1100 | 100 | 100111010 | 1010101 | 1000111 |
Color Harmonies of #F474D6
Complementary color
Monochromatic Colors of #F474D6
Black with #F474D6
Text Example
Text Example
White with #F474D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F474D6; }
p { color: rgb(244,116,214); }
H1.HeaderClassName
{
color: #F474D6;
}
.AnyTagClassName
{
color: #F474D6;
}
</style>
background-color css
<style>
a { background-color: #F474D6; }
a { background-color: rgb(244,116,214); }
div.DivClassName
{
background-color: #F474D6;
}
.BgClassName
{
background-color: #F474D6;
}
</style>
border-color css
<style>
span { border-color: #F474D6; }
span { border-color: rgb(244,116,214); }
td.TdClassName
{
border-color: #F474D6;
}
.TagClassName
{
border-color: #F474D6;
}
</style>