Shades of Pale Magenta #F176D4
Tints of Pale Magenta #F176D4
RGB
CMYK
RGB Variations
Color information
#F176D4 (or 0xF176D4) is known color: Pale Magenta. HEX triplet: F1, 76 and D4. RGB value is (241,118,212). Sum of RGB (Red+Green+Blue) = 241+118+212=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F176D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176D4 is #0E892B. Grayscale: #A5A5A5. Windows color (decimal): -952620 or 13924081. OLE color: 13924081.
HSL color Cylindrical-coordinate representation of color #F176D4: hue angle of 314.15º 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 #F176D4 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 212 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.05 |
| HSL | 314.15º | 0.81% | 0.7% | - |
| HSV(B) | 314.15º | 0.51% | 0.95% | - |
| XYZ | 54.64 | 36.41 | 66.44 | - |
| YUV | 165.49 | 154.25 | 181.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 212 | 0 | 0.51 | 0.12 | 0.05 | 314.15 | 0.81 | 0.7 |
| Hex | F1 | 76 | D4 | 0 | 33 | C | 5 | 13A | 51 | 46 |
| Octal | 361 | 166 | 324 | 0 | 63 | 14 | 5 | 472 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11010100 | 0 | 110011 | 1100 | 101 | 100111010 | 1010001 | 1000110 |
Color Harmonies of #F176D4
Complementary color
Monochromatic Colors of #F176D4
Black with #F176D4
Text Example
Text Example
White with #F176D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176D4; }
p { color: rgb(241,118,212); }
H1.HeaderClassName
{
color: #F176D4;
}
.AnyTagClassName
{
color: #F176D4;
}
</style>
background-color css
<style>
a { background-color: #F176D4; }
a { background-color: rgb(241,118,212); }
div.DivClassName
{
background-color: #F176D4;
}
.BgClassName
{
background-color: #F176D4;
}
</style>
border-color css
<style>
span { border-color: #F176D4; }
span { border-color: rgb(241,118,212); }
td.TdClassName
{
border-color: #F176D4;
}
.TagClassName
{
border-color: #F176D4;
}
</style>