Shades of Pale Magenta #F476D6
Tints of Pale Magenta #F476D6
RGB
CMYK
RGB Variations
Color information
#F476D6 (or 0xF476D6) is known color: Pale Magenta. HEX triplet: F4, 76 and D6. RGB value is (244,118,214). Sum of RGB (Red+Green+Blue) = 244+118+214=576 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.36% from 576); Green value is 118 (46.48% from 255 or 20.49% from 576); Blue value is 214 (83.98% from 255 or 37.15% from 576); Max value from RGB is 244 - color contains mainly: red. Hex color #F476D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F476D6 is #0B8929. Grayscale: #A6A6A6. Windows color (decimal): -756010 or 14055156. OLE color: 14055156.
HSL color Cylindrical-coordinate representation of color #F476D6: hue angle of 314.29º 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 #F476D6 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 118 | 214 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.04 |
| HSL | 314.29º | 0.85% | 0.71% | - |
| HSV(B) | 314.29º | 0.52% | 0.96% | - |
| XYZ | 55.92 | 37.05 | 67.82 | - |
| YUV | 166.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 118 | 214 | 0 | 0.52 | 0.12 | 0.04 | 314.29 | 0.85 | 0.71 |
| Hex | F4 | 76 | D6 | 0 | 34 | C | 4 | 13A | 55 | 47 |
| Octal | 364 | 166 | 326 | 0 | 64 | 14 | 4 | 472 | 125 | 107 |
| Binary | 11110100 | 1110110 | 11010110 | 0 | 110100 | 1100 | 100 | 100111010 | 1010101 | 1000111 |
Color Harmonies of #F476D6
Complementary color
Monochromatic Colors of #F476D6
Black with #F476D6
Text Example
Text Example
White with #F476D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F476D6; }
p { color: rgb(244,118,214); }
H1.HeaderClassName
{
color: #F476D6;
}
.AnyTagClassName
{
color: #F476D6;
}
</style>
background-color css
<style>
a { background-color: #F476D6; }
a { background-color: rgb(244,118,214); }
div.DivClassName
{
background-color: #F476D6;
}
.BgClassName
{
background-color: #F476D6;
}
</style>
border-color css
<style>
span { border-color: #F476D6; }
span { border-color: rgb(244,118,214); }
td.TdClassName
{
border-color: #F476D6;
}
.TagClassName
{
border-color: #F476D6;
}
</style>