Shades of Pale Magenta #F18DD5
Tints of Pale Magenta #F18DD5
RGB
CMYK
RGB Variations
Color information
#F18DD5 (or 0xF18DD5) is known color: Pale Magenta. HEX triplet: F1, 8D and D5. RGB value is (241,141,213). Sum of RGB (Red+Green+Blue) = 241+141+213=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 141 (55.47% from 255 or 23.70% from 595); Blue value is 213 (83.59% from 255 or 35.80% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DD5 is #0E722A. Grayscale: #B2B2B2. Windows color (decimal): -946731 or 13995505. OLE color: 13995505.
HSL color Cylindrical-coordinate representation of color #F18DD5: hue angle of 316.8º 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 #F18DD5 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 213 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.05 |
| HSL | 316.8º | 0.78% | 0.75% | - |
| HSV(B) | 316.8º | 0.41% | 0.95% | - |
| XYZ | 57.81 | 42.55 | 68.12 | - |
| YUV | 179.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 213 | 0 | 0.41 | 0.12 | 0.05 | 316.8 | 0.78 | 0.75 |
| Hex | F1 | 8D | D5 | 0 | 29 | C | 5 | 13D | 4E | 4B |
| Octal | 361 | 215 | 325 | 0 | 51 | 14 | 5 | 475 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11010101 | 0 | 101001 | 1100 | 101 | 100111101 | 1001110 | 1001011 |
Color Harmonies of #F18DD5
Complementary color
Monochromatic Colors of #F18DD5
Black with #F18DD5
Text Example
Text Example
White with #F18DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DD5; }
p { color: rgb(241,141,213); }
H1.HeaderClassName
{
color: #F18DD5;
}
.AnyTagClassName
{
color: #F18DD5;
}
</style>
background-color css
<style>
a { background-color: #F18DD5; }
a { background-color: rgb(241,141,213); }
div.DivClassName
{
background-color: #F18DD5;
}
.BgClassName
{
background-color: #F18DD5;
}
</style>
border-color css
<style>
span { border-color: #F18DD5; }
span { border-color: rgb(241,141,213); }
td.TdClassName
{
border-color: #F18DD5;
}
.TagClassName
{
border-color: #F18DD5;
}
</style>