Shades of Pale Magenta #F18BDB
Tints of Pale Magenta #F18BDB
RGB
CMYK
RGB Variations
Color information
#F18BDB (or 0xF18BDB) is known color: Pale Magenta. HEX triplet: F1, 8B and DB. RGB value is (241,139,219). Sum of RGB (Red+Green+Blue) = 241+139+219=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 139 (54.69% from 255 or 23.21% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BDB is #0E7424. Grayscale: #B2B2B2. Windows color (decimal): -947237 or 14388209. OLE color: 14388209.
HSL color Cylindrical-coordinate representation of color #F18BDB: hue angle of 312.94º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BDB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 219 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.05 |
| HSL | 312.94º | 0.78% | 0.75% | - |
| HSV(B) | 312.94º | 0.42% | 0.95% | - |
| XYZ | 58.29 | 42.28 | 72.11 | - |
| YUV | 178.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 219 | 0 | 0.42 | 0.09 | 0.05 | 312.94 | 0.78 | 0.75 |
| Hex | F1 | 8B | DB | 0 | 2A | 9 | 5 | 139 | 4E | 4B |
| Octal | 361 | 213 | 333 | 0 | 52 | 11 | 5 | 471 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11011011 | 0 | 101010 | 1001 | 101 | 100111001 | 1001110 | 1001011 |
Color Harmonies of #F18BDB
Complementary color
Monochromatic Colors of #F18BDB
Black with #F18BDB
Text Example
Text Example
White with #F18BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BDB; }
p { color: rgb(241,139,219); }
H1.HeaderClassName
{
color: #F18BDB;
}
.AnyTagClassName
{
color: #F18BDB;
}
</style>
background-color css
<style>
a { background-color: #F18BDB; }
a { background-color: rgb(241,139,219); }
div.DivClassName
{
background-color: #F18BDB;
}
.BgClassName
{
background-color: #F18BDB;
}
</style>
border-color css
<style>
span { border-color: #F18BDB; }
span { border-color: rgb(241,139,219); }
td.TdClassName
{
border-color: #F18BDB;
}
.TagClassName
{
border-color: #F18BDB;
}
</style>