Shades of Pale Magenta #F176DC
Tints of Pale Magenta #F176DC
RGB
CMYK
RGB Variations
Color information
#F176DC (or 0xF176DC) is known color: Pale Magenta. HEX triplet: F1, 76 and DC. RGB value is (241,118,220). Sum of RGB (Red+Green+Blue) = 241+118+220=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 118 (46.48% from 255 or 20.38% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F176DC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176DC is #0E8923. Grayscale: #A6A6A6. Windows color (decimal): -952612 or 14448369. OLE color: 14448369.
HSL color Cylindrical-coordinate representation of color #F176DC: hue angle of 310.24º 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 #F176DC is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 220 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 310.24º | 0.81% | 0.7% | - |
| HSV(B) | 310.24º | 0.51% | 0.95% | - |
| XYZ | 55.67 | 36.82 | 71.88 | - |
| YUV | 166.41 | 158.25 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 220 | 0 | 0.51 | 0.09 | 0.05 | 310.24 | 0.81 | 0.7 |
| Hex | F1 | 76 | DC | 0 | 33 | 9 | 5 | 136 | 51 | 46 |
| Octal | 361 | 166 | 334 | 0 | 63 | 11 | 5 | 466 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11011100 | 0 | 110011 | 1001 | 101 | 100110110 | 1010001 | 1000110 |
Color Harmonies of #F176DC
Complementary color
Monochromatic Colors of #F176DC
Black with #F176DC
Text Example
Text Example
White with #F176DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176DC; }
p { color: rgb(241,118,220); }
H1.HeaderClassName
{
color: #F176DC;
}
.AnyTagClassName
{
color: #F176DC;
}
</style>
background-color css
<style>
a { background-color: #F176DC; }
a { background-color: rgb(241,118,220); }
div.DivClassName
{
background-color: #F176DC;
}
.BgClassName
{
background-color: #F176DC;
}
</style>
border-color css
<style>
span { border-color: #F176DC; }
span { border-color: rgb(241,118,220); }
td.TdClassName
{
border-color: #F176DC;
}
.TagClassName
{
border-color: #F176DC;
}
</style>