Shades of Pale Magenta #F17BDB
Tints of Pale Magenta #F17BDB
RGB
CMYK
RGB Variations
Color information
#F17BDB (or 0xF17BDB) is known color: Pale Magenta. HEX triplet: F1, 7B and DB. RGB value is (241,123,219). Sum of RGB (Red+Green+Blue) = 241+123+219=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 123 (48.44% from 255 or 21.10% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F17BDB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F17BDB is #0E8424. Grayscale: #A8A8A8. Windows color (decimal): -951333 or 14384113. OLE color: 14384113.
HSL color Cylindrical-coordinate representation of color #F17BDB: hue angle of 311.19º 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 #F17BDB is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 219 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.05 |
| HSL | 311.19º | 0.81% | 0.71% | - |
| HSV(B) | 311.19º | 0.49% | 0.95% | - |
| XYZ | 56.14 | 37.98 | 71.39 | - |
| YUV | 169.23 | 156.09 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 219 | 0 | 0.49 | 0.09 | 0.05 | 311.19 | 0.81 | 0.71 |
| Hex | F1 | 7B | DB | 0 | 31 | 9 | 5 | 137 | 51 | 47 |
| Octal | 361 | 173 | 333 | 0 | 61 | 11 | 5 | 467 | 121 | 107 |
| Binary | 11110001 | 1111011 | 11011011 | 0 | 110001 | 1001 | 101 | 100110111 | 1010001 | 1000111 |
Color Harmonies of #F17BDB
Complementary color
Monochromatic Colors of #F17BDB
Black with #F17BDB
Text Example
Text Example
White with #F17BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17BDB; }
p { color: rgb(241,123,219); }
H1.HeaderClassName
{
color: #F17BDB;
}
.AnyTagClassName
{
color: #F17BDB;
}
</style>
background-color css
<style>
a { background-color: #F17BDB; }
a { background-color: rgb(241,123,219); }
div.DivClassName
{
background-color: #F17BDB;
}
.BgClassName
{
background-color: #F17BDB;
}
</style>
border-color css
<style>
span { border-color: #F17BDB; }
span { border-color: rgb(241,123,219); }
td.TdClassName
{
border-color: #F17BDB;
}
.TagClassName
{
border-color: #F17BDB;
}
</style>