Shades of Pale Magenta #F176DB
Tints of Pale Magenta #F176DB
RGB
CMYK
RGB Variations
Color information
#F176DB (or 0xF176DB) is known color: Pale Magenta. HEX triplet: F1, 76 and DB. RGB value is (241,118,219). Sum of RGB (Red+Green+Blue) = 241+118+219=578 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.70% from 578); Green value is 118 (46.48% from 255 or 20.42% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 241 - color contains mainly: red. Hex color #F176DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F176DB is #0E8924. Grayscale: #A6A6A6. Windows color (decimal): -952613 or 14382833. OLE color: 14382833.
HSL color Cylindrical-coordinate representation of color #F176DB: hue angle of 310.73º 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 #F176DB is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 118 | 219 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 310.73º | 0.81% | 0.7% | - |
| HSV(B) | 310.73º | 0.51% | 0.95% | - |
| XYZ | 55.54 | 36.77 | 71.19 | - |
| YUV | 166.29 | 157.75 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 118 | 219 | 0 | 0.51 | 0.09 | 0.05 | 310.73 | 0.81 | 0.7 |
| Hex | F1 | 76 | DB | 0 | 33 | 9 | 5 | 137 | 51 | 46 |
| Octal | 361 | 166 | 333 | 0 | 63 | 11 | 5 | 467 | 121 | 106 |
| Binary | 11110001 | 1110110 | 11011011 | 0 | 110011 | 1001 | 101 | 100110111 | 1010001 | 1000110 |
Color Harmonies of #F176DB
Complementary color
Monochromatic Colors of #F176DB
Black with #F176DB
Text Example
Text Example
White with #F176DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F176DB; }
p { color: rgb(241,118,219); }
H1.HeaderClassName
{
color: #F176DB;
}
.AnyTagClassName
{
color: #F176DB;
}
</style>
background-color css
<style>
a { background-color: #F176DB; }
a { background-color: rgb(241,118,219); }
div.DivClassName
{
background-color: #F176DB;
}
.BgClassName
{
background-color: #F176DB;
}
</style>
border-color css
<style>
span { border-color: #F176DB; }
span { border-color: rgb(241,118,219); }
td.TdClassName
{
border-color: #F176DB;
}
.TagClassName
{
border-color: #F176DB;
}
</style>