Shades of Pale Magenta #F177DB
Tints of Pale Magenta #F177DB
RGB
CMYK
RGB Variations
Color information
#F177DB (or 0xF177DB) is known color: Pale Magenta. HEX triplet: F1, 77 and DB. RGB value is (241,119,219). Sum of RGB (Red+Green+Blue) = 241+119+219=579 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.62% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 241 - color contains mainly: red. Hex color #F177DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F177DB is #0E8824. Grayscale: #A6A6A6. Windows color (decimal): -952357 or 14383089. OLE color: 14383089.
HSL color Cylindrical-coordinate representation of color #F177DB: hue angle of 310.82º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F177DB is Cyan = 0, Magento = 0.51, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 219 | - |
| CMYK | 0 | 0.51 | 0.09 | 0.05 |
| HSL | 310.82º | 0.81% | 0.71% | - |
| HSV(B) | 310.82º | 0.51% | 0.95% | - |
| XYZ | 55.66 | 37.01 | 71.23 | - |
| YUV | 166.88 | 157.42 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 219 | 0 | 0.51 | 0.09 | 0.05 | 310.82 | 0.81 | 0.71 |
| Hex | F1 | 77 | DB | 0 | 33 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 167 | 333 | 0 | 63 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1110111 | 11011011 | 0 | 110011 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F177DB
Complementary color
Monochromatic Colors of #F177DB
Black with #F177DB
Text Example
Text Example
White with #F177DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F177DB; }
p { color: rgb(241,119,219); }
H1.HeaderClassName
{
color: #F177DB;
}
.AnyTagClassName
{
color: #F177DB;
}
</style>
background-color css
<style>
a { background-color: #F177DB; }
a { background-color: rgb(241,119,219); }
div.DivClassName
{
background-color: #F177DB;
}
.BgClassName
{
background-color: #F177DB;
}
</style>
border-color css
<style>
span { border-color: #F177DB; }
span { border-color: rgb(241,119,219); }
td.TdClassName
{
border-color: #F177DB;
}
.TagClassName
{
border-color: #F177DB;
}
</style>