Shades of Pale Magenta #F17ADF
Tints of Pale Magenta #F17ADF
RGB
CMYK
RGB Variations
Color information
#F17ADF (or 0xF17ADF) is known color: Pale Magenta. HEX triplet: F1, 7A and DF. RGB value is (241,122,223). Sum of RGB (Red+Green+Blue) = 241+122+223=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 122 (48.05% from 255 or 20.82% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ADF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ADF is #0E8520. Grayscale: #A8A8A8. Windows color (decimal): -951585 or 14646001. OLE color: 14646001.
HSL color Cylindrical-coordinate representation of color #F17ADF: hue angle of 309.08º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17ADF is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 223 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.05 |
| HSL | 309.08º | 0.81% | 0.71% | - |
| HSV(B) | 309.08º | 0.49% | 0.95% | - |
| XYZ | 56.55 | 37.95 | 74.16 | - |
| YUV | 169.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 223 | 0 | 0.49 | 0.07 | 0.05 | 309.08 | 0.81 | 0.71 |
| Hex | F1 | 7A | DF | 0 | 31 | 7 | 5 | 135 | 51 | 47 |
| Octal | 361 | 172 | 337 | 0 | 61 | 7 | 5 | 465 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11011111 | 0 | 110001 | 111 | 101 | 100110101 | 1010001 | 1000111 |
Color Harmonies of #F17ADF
Complementary color
Monochromatic Colors of #F17ADF
Black with #F17ADF
Text Example
Text Example
White with #F17ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ADF; }
p { color: rgb(241,122,223); }
H1.HeaderClassName
{
color: #F17ADF;
}
.AnyTagClassName
{
color: #F17ADF;
}
</style>
background-color css
<style>
a { background-color: #F17ADF; }
a { background-color: rgb(241,122,223); }
div.DivClassName
{
background-color: #F17ADF;
}
.BgClassName
{
background-color: #F17ADF;
}
</style>
border-color css
<style>
span { border-color: #F17ADF; }
span { border-color: rgb(241,122,223); }
td.TdClassName
{
border-color: #F17ADF;
}
.TagClassName
{
border-color: #F17ADF;
}
</style>