Shades of Pale Magenta #F170DB
Tints of Pale Magenta #F170DB
RGB
CMYK
RGB Variations
Color information
#F170DB (or 0xF170DB) is known color: Pale Magenta. HEX triplet: F1, 70 and DB. RGB value is (241,112,219). Sum of RGB (Red+Green+Blue) = 241+112+219=572 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.13% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 241 - color contains mainly: red. Hex color #F170DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170DB is #0E8F24. Grayscale: #A2A2A2. Windows color (decimal): -954149 or 14381297. OLE color: 14381297.
HSL color Cylindrical-coordinate representation of color #F170DB: hue angle of 310.23º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170DB is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 219 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.05 |
| HSL | 310.23º | 0.82% | 0.69% | - |
| HSV(B) | 310.23º | 0.54% | 0.95% | - |
| XYZ | 54.86 | 35.4 | 70.96 | - |
| YUV | 162.77 | 159.74 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 219 | 0 | 0.54 | 0.09 | 0.05 | 310.23 | 0.82 | 0.69 |
| Hex | F1 | 70 | DB | 0 | 36 | 9 | 5 | 136 | 52 | 45 |
| Octal | 361 | 160 | 333 | 0 | 66 | 11 | 5 | 466 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11011011 | 0 | 110110 | 1001 | 101 | 100110110 | 1010010 | 1000101 |
Color Harmonies of #F170DB
Complementary color
Monochromatic Colors of #F170DB
Black with #F170DB
Text Example
Text Example
White with #F170DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170DB; }
p { color: rgb(241,112,219); }
H1.HeaderClassName
{
color: #F170DB;
}
.AnyTagClassName
{
color: #F170DB;
}
</style>
background-color css
<style>
a { background-color: #F170DB; }
a { background-color: rgb(241,112,219); }
div.DivClassName
{
background-color: #F170DB;
}
.BgClassName
{
background-color: #F170DB;
}
</style>
border-color css
<style>
span { border-color: #F170DB; }
span { border-color: rgb(241,112,219); }
td.TdClassName
{
border-color: #F170DB;
}
.TagClassName
{
border-color: #F170DB;
}
</style>