Shades of Pale Magenta #F173D6
Tints of Pale Magenta #F173D6
RGB
CMYK
RGB Variations
Color information
#F173D6 (or 0xF173D6) is known color: Pale Magenta. HEX triplet: F1, 73 and D6. RGB value is (241,115,214). Sum of RGB (Red+Green+Blue) = 241+115+214=570 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.28% from 570); Green value is 115 (45.31% from 255 or 20.18% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 241 - color contains mainly: red. Hex color #F173D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F173D6 is #0E8C29. Grayscale: #A3A3A3. Windows color (decimal): -953386 or 14054385. OLE color: 14054385.
HSL color Cylindrical-coordinate representation of color #F173D6: hue angle of 312.86º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F173D6 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 214 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.05 |
| HSL | 312.86º | 0.82% | 0.7% | - |
| HSV(B) | 312.86º | 0.52% | 0.95% | - |
| XYZ | 54.54 | 35.82 | 67.66 | - |
| YUV | 163.96 | 156.24 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 214 | 0 | 0.52 | 0.11 | 0.05 | 312.86 | 0.82 | 0.7 |
| Hex | F1 | 73 | D6 | 0 | 34 | B | 5 | 139 | 52 | 46 |
| Octal | 361 | 163 | 326 | 0 | 64 | 13 | 5 | 471 | 122 | 106 |
| Binary | 11110001 | 1110011 | 11010110 | 0 | 110100 | 1011 | 101 | 100111001 | 1010010 | 1000110 |
Color Harmonies of #F173D6
Complementary color
Monochromatic Colors of #F173D6
Black with #F173D6
Text Example
Text Example
White with #F173D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F173D6; }
p { color: rgb(241,115,214); }
H1.HeaderClassName
{
color: #F173D6;
}
.AnyTagClassName
{
color: #F173D6;
}
</style>
background-color css
<style>
a { background-color: #F173D6; }
a { background-color: rgb(241,115,214); }
div.DivClassName
{
background-color: #F173D6;
}
.BgClassName
{
background-color: #F173D6;
}
</style>
border-color css
<style>
span { border-color: #F173D6; }
span { border-color: rgb(241,115,214); }
td.TdClassName
{
border-color: #F173D6;
}
.TagClassName
{
border-color: #F173D6;
}
</style>