Shades of Pale Magenta #F17DDF
Tints of Pale Magenta #F17DDF
RGB
CMYK
RGB Variations
Color information
#F17DDF (or 0xF17DDF) is known color: Pale Magenta. HEX triplet: F1, 7D and DF. RGB value is (241,125,223). Sum of RGB (Red+Green+Blue) = 241+125+223=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F17DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17DDF is #0E8220. Grayscale: #AAAAAA. Windows color (decimal): -950817 or 14646769. OLE color: 14646769.
HSL color Cylindrical-coordinate representation of color #F17DDF: hue angle of 309.31º 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 #F17DDF is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 223 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.05 |
| HSL | 309.31º | 0.81% | 0.72% | - |
| HSV(B) | 309.31º | 0.48% | 0.95% | - |
| XYZ | 56.93 | 38.7 | 74.28 | - |
| YUV | 170.86 | 157.43 | 178.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 223 | 0 | 0.48 | 0.07 | 0.05 | 309.31 | 0.81 | 0.72 |
| Hex | F1 | 7D | DF | 0 | 30 | 7 | 5 | 135 | 51 | 48 |
| Octal | 361 | 175 | 337 | 0 | 60 | 7 | 5 | 465 | 121 | 110 |
| Binary | 11110001 | 1111101 | 11011111 | 0 | 110000 | 111 | 101 | 100110101 | 1010001 | 1001000 |
Color Harmonies of #F17DDF
Complementary color
Monochromatic Colors of #F17DDF
Black with #F17DDF
Text Example
Text Example
White with #F17DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17DDF; }
p { color: rgb(241,125,223); }
H1.HeaderClassName
{
color: #F17DDF;
}
.AnyTagClassName
{
color: #F17DDF;
}
</style>
background-color css
<style>
a { background-color: #F17DDF; }
a { background-color: rgb(241,125,223); }
div.DivClassName
{
background-color: #F17DDF;
}
.BgClassName
{
background-color: #F17DDF;
}
</style>
border-color css
<style>
span { border-color: #F17DDF; }
span { border-color: rgb(241,125,223); }
td.TdClassName
{
border-color: #F17DDF;
}
.TagClassName
{
border-color: #F17DDF;
}
</style>