Shades of Pale Magenta #F188DB
Tints of Pale Magenta #F188DB
RGB
CMYK
RGB Variations
Color information
#F188DB (or 0xF188DB) is known color: Pale Magenta. HEX triplet: F1, 88 and DB. RGB value is (241,136,219). Sum of RGB (Red+Green+Blue) = 241+136+219=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 136 (53.52% from 255 or 22.82% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DB is #0E7724. Grayscale: #B0B0B0. Windows color (decimal): -948005 or 14387441. OLE color: 14387441.
HSL color Cylindrical-coordinate representation of color #F188DB: hue angle of 312.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188DB is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 219 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.05 |
| HSL | 312.57º | 0.79% | 0.74% | - |
| HSV(B) | 312.57º | 0.44% | 0.95% | - |
| XYZ | 57.87 | 41.42 | 71.96 | - |
| YUV | 176.86 | 151.79 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 219 | 0 | 0.44 | 0.09 | 0.05 | 312.57 | 0.79 | 0.74 |
| Hex | F1 | 88 | DB | 0 | 2C | 9 | 5 | 139 | 4F | 4A |
| Octal | 361 | 210 | 333 | 0 | 54 | 11 | 5 | 471 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11011011 | 0 | 101100 | 1001 | 101 | 100111001 | 1001111 | 1001010 |
Color Harmonies of #F188DB
Complementary color
Monochromatic Colors of #F188DB
Black with #F188DB
Text Example
Text Example
White with #F188DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188DB; }
p { color: rgb(241,136,219); }
H1.HeaderClassName
{
color: #F188DB;
}
.AnyTagClassName
{
color: #F188DB;
}
</style>
background-color css
<style>
a { background-color: #F188DB; }
a { background-color: rgb(241,136,219); }
div.DivClassName
{
background-color: #F188DB;
}
.BgClassName
{
background-color: #F188DB;
}
</style>
border-color css
<style>
span { border-color: #F188DB; }
span { border-color: rgb(241,136,219); }
td.TdClassName
{
border-color: #F188DB;
}
.TagClassName
{
border-color: #F188DB;
}
</style>