Shades of Pale Magenta #F18DDF
Tints of Pale Magenta #F18DDF
RGB
CMYK
RGB Variations
Color information
#F18DDF (or 0xF18DDF) is known color: Pale Magenta. HEX triplet: F1, 8D and DF. RGB value is (241,141,223). Sum of RGB (Red+Green+Blue) = 241+141+223=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DDF is #0E7220. Grayscale: #B4B4B4. Windows color (decimal): -946721 or 14650865. OLE color: 14650865.
HSL color Cylindrical-coordinate representation of color #F18DDF: hue angle of 310.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 #F18DDF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 223 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.05 |
| HSL | 310.8º | 0.78% | 0.75% | - |
| HSV(B) | 310.8º | 0.41% | 0.95% | - |
| XYZ | 59.12 | 43.08 | 75.01 | - |
| YUV | 180.25 | 152.13 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 223 | 0 | 0.41 | 0.07 | 0.05 | 310.8 | 0.78 | 0.75 |
| Hex | F1 | 8D | DF | 0 | 29 | 7 | 5 | 137 | 4E | 4B |
| Octal | 361 | 215 | 337 | 0 | 51 | 7 | 5 | 467 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11011111 | 0 | 101001 | 111 | 101 | 100110111 | 1001110 | 1001011 |
Color Harmonies of #F18DDF
Complementary color
Monochromatic Colors of #F18DDF
Black with #F18DDF
Text Example
Text Example
White with #F18DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DDF; }
p { color: rgb(241,141,223); }
H1.HeaderClassName
{
color: #F18DDF;
}
.AnyTagClassName
{
color: #F18DDF;
}
</style>
background-color css
<style>
a { background-color: #F18DDF; }
a { background-color: rgb(241,141,223); }
div.DivClassName
{
background-color: #F18DDF;
}
.BgClassName
{
background-color: #F18DDF;
}
</style>
border-color css
<style>
span { border-color: #F18DDF; }
span { border-color: rgb(241,141,223); }
td.TdClassName
{
border-color: #F18DDF;
}
.TagClassName
{
border-color: #F18DDF;
}
</style>