Shades of Pale Magenta #F188DD
Tints of Pale Magenta #F188DD
RGB
CMYK
RGB Variations
Color information
#F188DD (or 0xF188DD) is known color: Pale Magenta. HEX triplet: F1, 88 and DD. RGB value is (241,136,221). Sum of RGB (Red+Green+Blue) = 241+136+221=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 136 (53.52% from 255 or 22.74% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F188DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F188DD is #0E7722. Grayscale: #B0B0B0. Windows color (decimal): -948003 or 14518513. OLE color: 14518513.
HSL color Cylindrical-coordinate representation of color #F188DD: hue angle of 311.43º 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 #F188DD is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 221 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.05 |
| HSL | 311.43º | 0.79% | 0.74% | - |
| HSV(B) | 311.43º | 0.44% | 0.95% | - |
| XYZ | 58.13 | 41.53 | 73.36 | - |
| YUV | 177.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 221 | 0 | 0.44 | 0.08 | 0.05 | 311.43 | 0.79 | 0.74 |
| Hex | F1 | 88 | DD | 0 | 2C | 8 | 5 | 137 | 4F | 4A |
| Octal | 361 | 210 | 335 | 0 | 54 | 10 | 5 | 467 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11011101 | 0 | 101100 | 1000 | 101 | 100110111 | 1001111 | 1001010 |
Color Harmonies of #F188DD
Complementary color
Monochromatic Colors of #F188DD
Black with #F188DD
Text Example
Text Example
White with #F188DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188DD; }
p { color: rgb(241,136,221); }
H1.HeaderClassName
{
color: #F188DD;
}
.AnyTagClassName
{
color: #F188DD;
}
</style>
background-color css
<style>
a { background-color: #F188DD; }
a { background-color: rgb(241,136,221); }
div.DivClassName
{
background-color: #F188DD;
}
.BgClassName
{
background-color: #F188DD;
}
</style>
border-color css
<style>
span { border-color: #F188DD; }
span { border-color: rgb(241,136,221); }
td.TdClassName
{
border-color: #F188DD;
}
.TagClassName
{
border-color: #F188DD;
}
</style>