Shades of Pale Magenta #F188DC
Tints of Pale Magenta #F188DC
RGB
CMYK
RGB Variations
Color information
#F188DC (or 0xF188DC) is known color: Pale Magenta. HEX triplet: F1, 88 and DC. RGB value is (241,136,220). Sum of RGB (Red+Green+Blue) = 241+136+220=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DC is #0E7723. Grayscale: #B0B0B0. Windows color (decimal): -948004 or 14452977. OLE color: 14452977.
HSL color Cylindrical-coordinate representation of color #F188DC: hue angle of 312º 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 #F188DC is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 220 | - |
| CMYK | 0 | 0.44 | 0.09 | 0.05 |
| HSL | 312º | 0.79% | 0.74% | - |
| HSV(B) | 312º | 0.44% | 0.95% | - |
| XYZ | 58 | 41.48 | 72.66 | - |
| YUV | 176.97 | 152.29 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 220 | 0 | 0.44 | 0.09 | 0.05 | 312 | 0.79 | 0.74 |
| Hex | F1 | 88 | DC | 0 | 2C | 9 | 5 | 138 | 4F | 4A |
| Octal | 361 | 210 | 334 | 0 | 54 | 11 | 5 | 470 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11011100 | 0 | 101100 | 1001 | 101 | 100111000 | 1001111 | 1001010 |
Color Harmonies of #F188DC
Complementary color
Monochromatic Colors of #F188DC
Black with #F188DC
Text Example
Text Example
White with #F188DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188DC; }
p { color: rgb(241,136,220); }
H1.HeaderClassName
{
color: #F188DC;
}
.AnyTagClassName
{
color: #F188DC;
}
</style>
background-color css
<style>
a { background-color: #F188DC; }
a { background-color: rgb(241,136,220); }
div.DivClassName
{
background-color: #F188DC;
}
.BgClassName
{
background-color: #F188DC;
}
</style>
border-color css
<style>
span { border-color: #F188DC; }
span { border-color: rgb(241,136,220); }
td.TdClassName
{
border-color: #F188DC;
}
.TagClassName
{
border-color: #F188DC;
}
</style>