Shades of Pale Magenta #F179DB
Tints of Pale Magenta #F179DB
RGB
CMYK
RGB Variations
Color information
#F179DB (or 0xF179DB) is known color: Pale Magenta. HEX triplet: F1, 79 and DB. RGB value is (241,121,219). Sum of RGB (Red+Green+Blue) = 241+121+219=581 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.48% from 581); Green value is 121 (47.66% from 255 or 20.83% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 241 - color contains mainly: red. Hex color #F179DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F179DB is #0E8624. Grayscale: #A7A7A7. Windows color (decimal): -951845 or 14383601. OLE color: 14383601.
HSL color Cylindrical-coordinate representation of color #F179DB: hue angle of 311º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F179DB is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 121 | 219 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.05 |
| HSL | 311º | 0.81% | 0.71% | - |
| HSV(B) | 311º | 0.5% | 0.95% | - |
| XYZ | 55.9 | 37.49 | 71.31 | - |
| YUV | 168.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 121 | 219 | 0 | 0.50 | 0.09 | 0.05 | 311 | 0.81 | 0.71 |
| Hex | F1 | 79 | DB | 0 | 32 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 171 | 333 | 0 | 62 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1111001 | 11011011 | 0 | 110010 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F179DB
Complementary color
Monochromatic Colors of #F179DB
Black with #F179DB
Text Example
Text Example
White with #F179DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F179DB; }
p { color: rgb(241,121,219); }
H1.HeaderClassName
{
color: #F179DB;
}
.AnyTagClassName
{
color: #F179DB;
}
</style>
background-color css
<style>
a { background-color: #F179DB; }
a { background-color: rgb(241,121,219); }
div.DivClassName
{
background-color: #F179DB;
}
.BgClassName
{
background-color: #F179DB;
}
</style>
border-color css
<style>
span { border-color: #F179DB; }
span { border-color: rgb(241,121,219); }
td.TdClassName
{
border-color: #F179DB;
}
.TagClassName
{
border-color: #F179DB;
}
</style>