Shades of Pale Magenta #F17DDD
Tints of Pale Magenta #F17DDD
RGB
CMYK
RGB Variations
Color information
#F17DDD (or 0xF17DDD) is known color: Pale Magenta. HEX triplet: F1, 7D and DD. RGB value is (241,125,221). Sum of RGB (Red+Green+Blue) = 241+125+221=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 125 (49.22% from 255 or 21.29% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DDD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DDD is #0E8222. Grayscale: #AAAAAA. Windows color (decimal): -950819 or 14515697. OLE color: 14515697.
HSL color Cylindrical-coordinate representation of color #F17DDD: hue angle of 310.34º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17DDD is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 221 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.05 |
| HSL | 310.34º | 0.81% | 0.72% | - |
| HSV(B) | 310.34º | 0.48% | 0.95% | - |
| XYZ | 56.66 | 38.59 | 72.87 | - |
| YUV | 170.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 221 | 0 | 0.48 | 0.08 | 0.05 | 310.34 | 0.81 | 0.72 |
| Hex | F1 | 7D | DD | 0 | 30 | 8 | 5 | 136 | 51 | 48 |
| Octal | 361 | 175 | 335 | 0 | 60 | 10 | 5 | 466 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11011101 | 0 | 110000 | 1000 | 101 | 100110110 | 1010001 | 1001000 |
Color Harmonies of #F17DDD
Complementary color
Monochromatic Colors of #F17DDD
Black with #F17DDD
Text Example
Text Example
White with #F17DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DDD; }
p { color: rgb(241,125,221); }
H1.HeaderClassName
{
color: #F17DDD;
}
.AnyTagClassName
{
color: #F17DDD;
}
</style>
background-color css
<style>
a { background-color: #F17DDD; }
a { background-color: rgb(241,125,221); }
div.DivClassName
{
background-color: #F17DDD;
}
.BgClassName
{
background-color: #F17DDD;
}
</style>
border-color css
<style>
span { border-color: #F17DDD; }
span { border-color: rgb(241,125,221); }
td.TdClassName
{
border-color: #F17DDD;
}
.TagClassName
{
border-color: #F17DDD;
}
</style>