Shades of Pale Magenta #F17CDC
Tints of Pale Magenta #F17CDC
RGB
CMYK
RGB Variations
Color information
#F17CDC (or 0xF17CDC) is known color: Pale Magenta. HEX triplet: F1, 7C and DC. RGB value is (241,124,220). Sum of RGB (Red+Green+Blue) = 241+124+220=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 124 (48.83% from 255 or 21.20% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CDC is #0E8323. Grayscale: #A9A9A9. Windows color (decimal): -951076 or 14449905. OLE color: 14449905.
HSL color Cylindrical-coordinate representation of color #F17CDC: hue angle of 310.77º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17CDC is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 220 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 310.77º | 0.81% | 0.72% | - |
| HSV(B) | 310.77º | 0.49% | 0.95% | - |
| XYZ | 56.4 | 38.28 | 72.13 | - |
| YUV | 169.93 | 156.26 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 220 | 0 | 0.49 | 0.09 | 0.05 | 310.77 | 0.81 | 0.72 |
| Hex | F1 | 7C | DC | 0 | 31 | 9 | 5 | 137 | 51 | 48 |
| Octal | 361 | 174 | 334 | 0 | 61 | 11 | 5 | 467 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11011100 | 0 | 110001 | 1001 | 101 | 100110111 | 1010001 | 1001000 |
Color Harmonies of #F17CDC
Complementary color
Monochromatic Colors of #F17CDC
Black with #F17CDC
Text Example
Text Example
White with #F17CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CDC; }
p { color: rgb(241,124,220); }
H1.HeaderClassName
{
color: #F17CDC;
}
.AnyTagClassName
{
color: #F17CDC;
}
</style>
background-color css
<style>
a { background-color: #F17CDC; }
a { background-color: rgb(241,124,220); }
div.DivClassName
{
background-color: #F17CDC;
}
.BgClassName
{
background-color: #F17CDC;
}
</style>
border-color css
<style>
span { border-color: #F17CDC; }
span { border-color: rgb(241,124,220); }
td.TdClassName
{
border-color: #F17CDC;
}
.TagClassName
{
border-color: #F17CDC;
}
</style>