Shades of Pale Magenta #F18BDE
Tints of Pale Magenta #F18BDE
RGB
CMYK
RGB Variations
Color information
#F18BDE (or 0xF18BDE) is known color: Pale Magenta. HEX triplet: F1, 8B and DE. RGB value is (241,139,222). Sum of RGB (Red+Green+Blue) = 241+139+222=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 139 (54.69% from 255 or 23.09% from 602); Blue value is 222 (87.11% from 255 or 36.88% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18BDE is #0E7421. Grayscale: #B2B2B2. Windows color (decimal): -947234 or 14584817. OLE color: 14584817.
HSL color Cylindrical-coordinate representation of color #F18BDE: hue angle of 311.18º 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 #F18BDE is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 222 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.05 |
| HSL | 311.18º | 0.78% | 0.75% | - |
| HSV(B) | 311.18º | 0.42% | 0.95% | - |
| XYZ | 58.69 | 42.44 | 74.21 | - |
| YUV | 178.96 | 152.29 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 222 | 0 | 0.42 | 0.08 | 0.05 | 311.18 | 0.78 | 0.75 |
| Hex | F1 | 8B | DE | 0 | 2A | 8 | 5 | 137 | 4E | 4B |
| Octal | 361 | 213 | 336 | 0 | 52 | 10 | 5 | 467 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11011110 | 0 | 101010 | 1000 | 101 | 100110111 | 1001110 | 1001011 |
Color Harmonies of #F18BDE
Complementary color
Monochromatic Colors of #F18BDE
Black with #F18BDE
Text Example
Text Example
White with #F18BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BDE; }
p { color: rgb(241,139,222); }
H1.HeaderClassName
{
color: #F18BDE;
}
.AnyTagClassName
{
color: #F18BDE;
}
</style>
background-color css
<style>
a { background-color: #F18BDE; }
a { background-color: rgb(241,139,222); }
div.DivClassName
{
background-color: #F18BDE;
}
.BgClassName
{
background-color: #F18BDE;
}
</style>
border-color css
<style>
span { border-color: #F18BDE; }
span { border-color: rgb(241,139,222); }
td.TdClassName
{
border-color: #F18BDE;
}
.TagClassName
{
border-color: #F18BDE;
}
</style>