Shades of Pale Magenta #F171D8
Tints of Pale Magenta #F171D8
RGB
CMYK
RGB Variations
Color information
#F171D8 (or 0xF171D8) is known color: Pale Magenta. HEX triplet: F1, 71 and D8. RGB value is (241,113,216). Sum of RGB (Red+Green+Blue) = 241+113+216=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 113 (44.53% from 255 or 19.82% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F171D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F171D8 is #0E8E27. Grayscale: #A2A2A2. Windows color (decimal): -953896 or 14184945. OLE color: 14184945.
HSL color Cylindrical-coordinate representation of color #F171D8: hue angle of 311.72º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F171D8 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 113 | 216 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.05 |
| HSL | 311.72º | 0.82% | 0.69% | - |
| HSV(B) | 311.72º | 0.53% | 0.95% | - |
| XYZ | 54.58 | 35.47 | 68.94 | - |
| YUV | 163.01 | 157.91 | 183.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 113 | 216 | 0 | 0.53 | 0.10 | 0.05 | 311.72 | 0.82 | 0.69 |
| Hex | F1 | 71 | D8 | 0 | 35 | A | 5 | 138 | 52 | 45 |
| Octal | 361 | 161 | 330 | 0 | 65 | 12 | 5 | 470 | 122 | 105 |
| Binary | 11110001 | 1110001 | 11011000 | 0 | 110101 | 1010 | 101 | 100111000 | 1010010 | 1000101 |
Color Harmonies of #F171D8
Complementary color
Monochromatic Colors of #F171D8
Black with #F171D8
Text Example
Text Example
White with #F171D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F171D8; }
p { color: rgb(241,113,216); }
H1.HeaderClassName
{
color: #F171D8;
}
.AnyTagClassName
{
color: #F171D8;
}
</style>
background-color css
<style>
a { background-color: #F171D8; }
a { background-color: rgb(241,113,216); }
div.DivClassName
{
background-color: #F171D8;
}
.BgClassName
{
background-color: #F171D8;
}
</style>
border-color css
<style>
span { border-color: #F171D8; }
span { border-color: rgb(241,113,216); }
td.TdClassName
{
border-color: #F171D8;
}
.TagClassName
{
border-color: #F171D8;
}
</style>