Shades of Pale Magenta #F176D6
Tints of Pale Magenta #F176D6
RGB
CMYK
RGB Variations
Color information
#F176D6 (or 0xF176D6) is known color: Pale Magenta. HEX triplet: F1, 76 and D6. RGB value is (241,118,214). Sum of RGB (Red+Green+Blue) = 241+118+214=573 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.06% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 241 - color contains mainly: red. Hex color #F176D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176D6 is #0E8929. Grayscale: #A5A5A5. Windows color (decimal): -952618 or 14055153. OLE color: 14055153.
HSL color Cylindrical-coordinate representation of color #F176D6: hue angle of 313.17º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F176D6 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 214 | - |
| CMYK | 0 | 0.51 | 0.11 | 0.05 |
| HSL | 313.17º | 0.81% | 0.7% | - |
| HSV(B) | 313.17º | 0.51% | 0.95% | - |
| XYZ | 54.89 | 36.51 | 67.77 | - |
| YUV | 165.72 | 155.25 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 214 | 0 | 0.51 | 0.11 | 0.05 | 313.17 | 0.81 | 0.7 |
| Hex | F1 | 76 | D6 | 0 | 33 | B | 5 | 139 | 51 | 46 |
| Octal | 361 | 166 | 326 | 0 | 63 | 13 | 5 | 471 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11010110 | 0 | 110011 | 1011 | 101 | 100111001 | 1010001 | 1000110 |
Color Harmonies of #F176D6
Complementary color
Monochromatic Colors of #F176D6
Black with #F176D6
Text Example
Text Example
White with #F176D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176D6; }
p { color: rgb(241,118,214); }
H1.HeaderClassName
{
color: #F176D6;
}
.AnyTagClassName
{
color: #F176D6;
}
</style>
background-color css
<style>
a { background-color: #F176D6; }
a { background-color: rgb(241,118,214); }
div.DivClassName
{
background-color: #F176D6;
}
.BgClassName
{
background-color: #F176D6;
}
</style>
border-color css
<style>
span { border-color: #F176D6; }
span { border-color: rgb(241,118,214); }
td.TdClassName
{
border-color: #F176D6;
}
.TagClassName
{
border-color: #F176D6;
}
</style>