Shades of Pale Magenta #F17ADD
Tints of Pale Magenta #F17ADD
RGB
CMYK
RGB Variations
Color information
#F17ADD (or 0xF17ADD) is known color: Pale Magenta. HEX triplet: F1, 7A and DD. RGB value is (241,122,221). Sum of RGB (Red+Green+Blue) = 241+122+221=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 122 (48.05% from 255 or 20.89% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ADD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ADD is #0E8522. Grayscale: #A8A8A8. Windows color (decimal): -951587 or 14514929. OLE color: 14514929.
HSL color Cylindrical-coordinate representation of color #F17ADD: hue angle of 310.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 #F17ADD is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 221 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.05 |
| HSL | 310.08º | 0.81% | 0.71% | - |
| HSV(B) | 310.08º | 0.49% | 0.95% | - |
| XYZ | 56.29 | 37.84 | 72.74 | - |
| YUV | 168.87 | 157.42 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 221 | 0 | 0.49 | 0.08 | 0.05 | 310.08 | 0.81 | 0.71 |
| Hex | F1 | 7A | DD | 0 | 31 | 8 | 5 | 136 | 51 | 47 |
| Octal | 361 | 172 | 335 | 0 | 61 | 10 | 5 | 466 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11011101 | 0 | 110001 | 1000 | 101 | 100110110 | 1010001 | 1000111 |
Color Harmonies of #F17ADD
Complementary color
Monochromatic Colors of #F17ADD
Black with #F17ADD
Text Example
Text Example
White with #F17ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ADD; }
p { color: rgb(241,122,221); }
H1.HeaderClassName
{
color: #F17ADD;
}
.AnyTagClassName
{
color: #F17ADD;
}
</style>
background-color css
<style>
a { background-color: #F17ADD; }
a { background-color: rgb(241,122,221); }
div.DivClassName
{
background-color: #F17ADD;
}
.BgClassName
{
background-color: #F17ADD;
}
</style>
border-color css
<style>
span { border-color: #F17ADD; }
span { border-color: rgb(241,122,221); }
td.TdClassName
{
border-color: #F17ADD;
}
.TagClassName
{
border-color: #F17ADD;
}
</style>