Shades of Pale Magenta #F17ADB
Tints of Pale Magenta #F17ADB
RGB
CMYK
RGB Variations
Color information
#F17ADB (or 0xF17ADB) is known color: Pale Magenta. HEX triplet: F1, 7A and DB. RGB value is (241,122,219). Sum of RGB (Red+Green+Blue) = 241+122+219=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 122 (48.05% from 255 or 20.96% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F17ADB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17ADB is #0E8524. Grayscale: #A8A8A8. Windows color (decimal): -951589 or 14383857. OLE color: 14383857.
HSL color Cylindrical-coordinate representation of color #F17ADB: hue angle of 311.09º 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 #F17ADB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 219 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 311.09º | 0.81% | 0.71% | - |
| HSV(B) | 311.09º | 0.49% | 0.95% | - |
| XYZ | 56.02 | 37.73 | 71.35 | - |
| YUV | 168.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 219 | 0 | 0.49 | 0.09 | 0.05 | 311.09 | 0.81 | 0.71 |
| Hex | F1 | 7A | DB | 0 | 31 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 172 | 333 | 0 | 61 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1111010 | 11011011 | 0 | 110001 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F17ADB
Complementary color
Monochromatic Colors of #F17ADB
Black with #F17ADB
Text Example
Text Example
White with #F17ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17ADB; }
p { color: rgb(241,122,219); }
H1.HeaderClassName
{
color: #F17ADB;
}
.AnyTagClassName
{
color: #F17ADB;
}
</style>
background-color css
<style>
a { background-color: #F17ADB; }
a { background-color: rgb(241,122,219); }
div.DivClassName
{
background-color: #F17ADB;
}
.BgClassName
{
background-color: #F17ADB;
}
</style>
border-color css
<style>
span { border-color: #F17ADB; }
span { border-color: rgb(241,122,219); }
td.TdClassName
{
border-color: #F17ADB;
}
.TagClassName
{
border-color: #F17ADB;
}
</style>