Shades of Pale Magenta #F170D9
Tints of Pale Magenta #F170D9
RGB
CMYK
RGB Variations
Color information
#F170D9 (or 0xF170D9) is known color: Pale Magenta. HEX triplet: F1, 70 and D9. RGB value is (241,112,217). Sum of RGB (Red+Green+Blue) = 241+112+217=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 112 (44.14% from 255 or 19.65% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F170D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170D9 is #0E8F26. Grayscale: #A2A2A2. Windows color (decimal): -954151 or 14250225. OLE color: 14250225.
HSL color Cylindrical-coordinate representation of color #F170D9: hue angle of 311.16º 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 #F170D9 is Cyan = 0, Magento = 0.54, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 217 | - |
| CMYK | 0 | 0.54 | 0.10 | 0.05 |
| HSL | 311.16º | 0.82% | 0.69% | - |
| HSV(B) | 311.16º | 0.54% | 0.95% | - |
| XYZ | 54.59 | 35.3 | 69.58 | - |
| YUV | 162.54 | 158.74 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 217 | 0 | 0.54 | 0.10 | 0.05 | 311.16 | 0.82 | 0.69 |
| Hex | F1 | 70 | D9 | 0 | 36 | A | 5 | 137 | 52 | 45 |
| Octal | 361 | 160 | 331 | 0 | 66 | 12 | 5 | 467 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11011001 | 0 | 110110 | 1010 | 101 | 100110111 | 1010010 | 1000101 |
Color Harmonies of #F170D9
Complementary color
Monochromatic Colors of #F170D9
Black with #F170D9
Text Example
Text Example
White with #F170D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170D9; }
p { color: rgb(241,112,217); }
H1.HeaderClassName
{
color: #F170D9;
}
.AnyTagClassName
{
color: #F170D9;
}
</style>
background-color css
<style>
a { background-color: #F170D9; }
a { background-color: rgb(241,112,217); }
div.DivClassName
{
background-color: #F170D9;
}
.BgClassName
{
background-color: #F170D9;
}
</style>
border-color css
<style>
span { border-color: #F170D9; }
span { border-color: rgb(241,112,217); }
td.TdClassName
{
border-color: #F170D9;
}
.TagClassName
{
border-color: #F170D9;
}
</style>