Shades of Pale Magenta #F18DDC
Tints of Pale Magenta #F18DDC
RGB
CMYK
RGB Variations
Color information
#F18DDC (or 0xF18DDC) is known color: Pale Magenta. HEX triplet: F1, 8D and DC. RGB value is (241,141,220). Sum of RGB (Red+Green+Blue) = 241+141+220=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDC is #0E7223. Grayscale: #B3B3B3. Windows color (decimal): -946724 or 14454257. OLE color: 14454257.
HSL color Cylindrical-coordinate representation of color #F18DDC: hue angle of 312.6º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18DDC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 220 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.05 |
| HSL | 312.6º | 0.78% | 0.75% | - |
| HSV(B) | 312.6º | 0.41% | 0.95% | - |
| XYZ | 58.72 | 42.92 | 72.9 | - |
| YUV | 179.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 220 | 0 | 0.41 | 0.09 | 0.05 | 312.6 | 0.78 | 0.75 |
| Hex | F1 | 8D | DC | 0 | 29 | 9 | 5 | 139 | 4E | 4B |
| Octal | 361 | 215 | 334 | 0 | 51 | 11 | 5 | 471 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11011100 | 0 | 101001 | 1001 | 101 | 100111001 | 1001110 | 1001011 |
Color Harmonies of #F18DDC
Complementary color
Monochromatic Colors of #F18DDC
Black with #F18DDC
Text Example
Text Example
White with #F18DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DDC; }
p { color: rgb(241,141,220); }
H1.HeaderClassName
{
color: #F18DDC;
}
.AnyTagClassName
{
color: #F18DDC;
}
</style>
background-color css
<style>
a { background-color: #F18DDC; }
a { background-color: rgb(241,141,220); }
div.DivClassName
{
background-color: #F18DDC;
}
.BgClassName
{
background-color: #F18DDC;
}
</style>
border-color css
<style>
span { border-color: #F18DDC; }
span { border-color: rgb(241,141,220); }
td.TdClassName
{
border-color: #F18DDC;
}
.TagClassName
{
border-color: #F18DDC;
}
</style>