Shades of Pale Magenta #F18DD4
Tints of Pale Magenta #F18DD4
RGB
CMYK
RGB Variations
Color information
#F18DD4 (or 0xF18DD4) is known color: Pale Magenta. HEX triplet: F1, 8D and D4. RGB value is (241,141,212). Sum of RGB (Red+Green+Blue) = 241+141+212=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 141 (55.47% from 255 or 23.74% from 594); Blue value is 212 (83.20% from 255 or 35.69% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DD4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DD4 is #0E722B. Grayscale: #B2B2B2. Windows color (decimal): -946732 or 13929969. OLE color: 13929969.
HSL color Cylindrical-coordinate representation of color #F18DD4: hue angle of 317.4º 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 #F18DD4 is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 212 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.05 |
| HSL | 317.4º | 0.78% | 0.75% | - |
| HSV(B) | 317.4º | 0.41% | 0.95% | - |
| XYZ | 57.68 | 42.5 | 67.45 | - |
| YUV | 178.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 212 | 0 | 0.41 | 0.12 | 0.05 | 317.4 | 0.78 | 0.75 |
| Hex | F1 | 8D | D4 | 0 | 29 | C | 5 | 13D | 4E | 4B |
| Octal | 361 | 215 | 324 | 0 | 51 | 14 | 5 | 475 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11010100 | 0 | 101001 | 1100 | 101 | 100111101 | 1001110 | 1001011 |
Color Harmonies of #F18DD4
Complementary color
Monochromatic Colors of #F18DD4
Black with #F18DD4
Text Example
Text Example
White with #F18DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DD4; }
p { color: rgb(241,141,212); }
H1.HeaderClassName
{
color: #F18DD4;
}
.AnyTagClassName
{
color: #F18DD4;
}
</style>
background-color css
<style>
a { background-color: #F18DD4; }
a { background-color: rgb(241,141,212); }
div.DivClassName
{
background-color: #F18DD4;
}
.BgClassName
{
background-color: #F18DD4;
}
</style>
border-color css
<style>
span { border-color: #F18DD4; }
span { border-color: rgb(241,141,212); }
td.TdClassName
{
border-color: #F18DD4;
}
.TagClassName
{
border-color: #F18DD4;
}
</style>