Shades of Pale Magenta #F176DD
Tints of Pale Magenta #F176DD
RGB
CMYK
RGB Variations
Color information
#F176DD (or 0xF176DD) is known color: Pale Magenta. HEX triplet: F1, 76 and DD. RGB value is (241,118,221). Sum of RGB (Red+Green+Blue) = 241+118+221=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 118 (46.48% from 255 or 20.34% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F176DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176DD is #0E8922. Grayscale: #A6A6A6. Windows color (decimal): -952611 or 14513905. OLE color: 14513905.
HSL color Cylindrical-coordinate representation of color #F176DD: hue angle of 309.76º 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 #F176DD is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 221 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.05 |
| HSL | 309.76º | 0.81% | 0.7% | - |
| HSV(B) | 309.76º | 0.51% | 0.95% | - |
| XYZ | 55.81 | 36.88 | 72.58 | - |
| YUV | 166.52 | 158.75 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 221 | 0 | 0.51 | 0.08 | 0.05 | 309.76 | 0.81 | 0.7 |
| Hex | F1 | 76 | DD | 0 | 33 | 8 | 5 | 136 | 51 | 46 |
| Octal | 361 | 166 | 335 | 0 | 63 | 10 | 5 | 466 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11011101 | 0 | 110011 | 1000 | 101 | 100110110 | 1010001 | 1000110 |
Color Harmonies of #F176DD
Complementary color
Monochromatic Colors of #F176DD
Black with #F176DD
Text Example
Text Example
White with #F176DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176DD; }
p { color: rgb(241,118,221); }
H1.HeaderClassName
{
color: #F176DD;
}
.AnyTagClassName
{
color: #F176DD;
}
</style>
background-color css
<style>
a { background-color: #F176DD; }
a { background-color: rgb(241,118,221); }
div.DivClassName
{
background-color: #F176DD;
}
.BgClassName
{
background-color: #F176DD;
}
</style>
border-color css
<style>
span { border-color: #F176DD; }
span { border-color: rgb(241,118,221); }
td.TdClassName
{
border-color: #F176DD;
}
.TagClassName
{
border-color: #F176DD;
}
</style>