Shades of Pale Magenta #F17CDD
Tints of Pale Magenta #F17CDD
RGB
CMYK
RGB Variations
Color information
#F17CDD (or 0xF17CDD) is known color: Pale Magenta. HEX triplet: F1, 7C and DD. RGB value is (241,124,221). Sum of RGB (Red+Green+Blue) = 241+124+221=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 124 (48.83% from 255 or 21.16% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F17CDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17CDD is #0E8322. Grayscale: #A9A9A9. Windows color (decimal): -951075 or 14515441. OLE color: 14515441.
HSL color Cylindrical-coordinate representation of color #F17CDD: hue angle of 310.26º 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 #F17CDD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 221 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.05 |
| HSL | 310.26º | 0.81% | 0.72% | - |
| HSV(B) | 310.26º | 0.49% | 0.95% | - |
| XYZ | 56.53 | 38.34 | 72.83 | - |
| YUV | 170.04 | 156.76 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 221 | 0 | 0.49 | 0.08 | 0.05 | 310.26 | 0.81 | 0.72 |
| Hex | F1 | 7C | DD | 0 | 31 | 8 | 5 | 136 | 51 | 48 |
| Octal | 361 | 174 | 335 | 0 | 61 | 10 | 5 | 466 | 121 | 110 |
| Binary | 11110001 | 1111100 | 11011101 | 0 | 110001 | 1000 | 101 | 100110110 | 1010001 | 1001000 |
Color Harmonies of #F17CDD
Complementary color
Monochromatic Colors of #F17CDD
Black with #F17CDD
Text Example
Text Example
White with #F17CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17CDD; }
p { color: rgb(241,124,221); }
H1.HeaderClassName
{
color: #F17CDD;
}
.AnyTagClassName
{
color: #F17CDD;
}
</style>
background-color css
<style>
a { background-color: #F17CDD; }
a { background-color: rgb(241,124,221); }
div.DivClassName
{
background-color: #F17CDD;
}
.BgClassName
{
background-color: #F17CDD;
}
</style>
border-color css
<style>
span { border-color: #F17CDD; }
span { border-color: rgb(241,124,221); }
td.TdClassName
{
border-color: #F17CDD;
}
.TagClassName
{
border-color: #F17CDD;
}
</style>