Shades of Pale Magenta #F17FDB
Tints of Pale Magenta #F17FDB
RGB
CMYK
RGB Variations
Color information
#F17FDB (or 0xF17FDB) is known color: Pale Magenta. HEX triplet: F1, 7F and DB. RGB value is (241,127,219). Sum of RGB (Red+Green+Blue) = 241+127+219=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 127 (50% from 255 or 21.64% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F17FDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17FDB is #0E8024. Grayscale: #ABABAB. Windows color (decimal): -950309 or 14385137. OLE color: 14385137.
HSL color Cylindrical-coordinate representation of color #F17FDB: hue angle of 311.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F17FDB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 219 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.05 |
| HSL | 311.58º | 0.8% | 0.72% | - |
| HSV(B) | 311.58º | 0.47% | 0.95% | - |
| XYZ | 56.65 | 38.99 | 71.56 | - |
| YUV | 171.57 | 154.77 | 177.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 219 | 0 | 0.47 | 0.09 | 0.05 | 311.58 | 0.8 | 0.72 |
| Hex | F1 | 7F | DB | 0 | 2F | 9 | 5 | 138 | 50 | 48 |
| Octal | 361 | 177 | 333 | 0 | 57 | 11 | 5 | 470 | 120 | 110 |
| Binary | 11110001 | 1111111 | 11011011 | 0 | 101111 | 1001 | 101 | 100111000 | 1010000 | 1001000 |
Color Harmonies of #F17FDB
Complementary color
Monochromatic Colors of #F17FDB
Black with #F17FDB
Text Example
Text Example
White with #F17FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17FDB; }
p { color: rgb(241,127,219); }
H1.HeaderClassName
{
color: #F17FDB;
}
.AnyTagClassName
{
color: #F17FDB;
}
</style>
background-color css
<style>
a { background-color: #F17FDB; }
a { background-color: rgb(241,127,219); }
div.DivClassName
{
background-color: #F17FDB;
}
.BgClassName
{
background-color: #F17FDB;
}
</style>
border-color css
<style>
span { border-color: #F17FDB; }
span { border-color: rgb(241,127,219); }
td.TdClassName
{
border-color: #F17FDB;
}
.TagClassName
{
border-color: #F17FDB;
}
</style>