Shades of Pale Magenta #F170DF
Tints of Pale Magenta #F170DF
RGB
CMYK
RGB Variations
Color information
#F170DF (or 0xF170DF) is known color: Pale Magenta. HEX triplet: F1, 70 and DF. RGB value is (241,112,223). Sum of RGB (Red+Green+Blue) = 241+112+223=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 223 (87.5% from 255 or 38.72% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F170DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F170DF is #0E8F20. Grayscale: #A2A2A2. Windows color (decimal): -954145 or 14643441. OLE color: 14643441.
HSL color Cylindrical-coordinate representation of color #F170DF: hue angle of 308.37º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F170DF is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 223 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.05 |
| HSL | 308.37º | 0.82% | 0.69% | - |
| HSV(B) | 308.37º | 0.54% | 0.95% | - |
| XYZ | 55.39 | 35.62 | 73.77 | - |
| YUV | 163.23 | 161.74 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 223 | 0 | 0.54 | 0.07 | 0.05 | 308.37 | 0.82 | 0.69 |
| Hex | F1 | 70 | DF | 0 | 36 | 7 | 5 | 134 | 52 | 45 |
| Octal | 361 | 160 | 337 | 0 | 66 | 7 | 5 | 464 | 122 | 105 |
| Binary | 11110001 | 1110000 | 11011111 | 0 | 110110 | 111 | 101 | 100110100 | 1010010 | 1000101 |
Color Harmonies of #F170DF
Complementary color
Monochromatic Colors of #F170DF
Black with #F170DF
Text Example
Text Example
White with #F170DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F170DF; }
p { color: rgb(241,112,223); }
H1.HeaderClassName
{
color: #F170DF;
}
.AnyTagClassName
{
color: #F170DF;
}
</style>
background-color css
<style>
a { background-color: #F170DF; }
a { background-color: rgb(241,112,223); }
div.DivClassName
{
background-color: #F170DF;
}
.BgClassName
{
background-color: #F170DF;
}
</style>
border-color css
<style>
span { border-color: #F170DF; }
span { border-color: rgb(241,112,223); }
td.TdClassName
{
border-color: #F170DF;
}
.TagClassName
{
border-color: #F170DF;
}
</style>