Shades of Pale Magenta #F18DE6
Tints of Pale Magenta #F18DE6
RGB
CMYK
RGB Variations
Color information
#F18DE6 (or 0xF18DE6) is known color: Pale Magenta. HEX triplet: F1, 8D and E6. RGB value is (241,141,230). Sum of RGB (Red+Green+Blue) = 241+141+230=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 141 (55.47% from 255 or 23.04% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DE6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18DE6 is #0E7219. Grayscale: #B4B4B4. Windows color (decimal): -946714 or 15109617. OLE color: 15109617.
HSL color Cylindrical-coordinate representation of color #F18DE6: hue angle of 306.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 #F18DE6 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 230 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.05 |
| HSL | 306.6º | 0.78% | 0.75% | - |
| HSV(B) | 306.6º | 0.41% | 0.95% | - |
| XYZ | 60.08 | 43.46 | 80.09 | - |
| YUV | 181.05 | 155.63 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 230 | 0 | 0.41 | 0.05 | 0.05 | 306.6 | 0.78 | 0.75 |
| Hex | F1 | 8D | E6 | 0 | 29 | 5 | 5 | 133 | 4E | 4B |
| Octal | 361 | 215 | 346 | 0 | 51 | 5 | 5 | 463 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11100110 | 0 | 101001 | 101 | 101 | 100110011 | 1001110 | 1001011 |
Color Harmonies of #F18DE6
Complementary color
Monochromatic Colors of #F18DE6
Black with #F18DE6
Text Example
Text Example
White with #F18DE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DE6; }
p { color: rgb(241,141,230); }
H1.HeaderClassName
{
color: #F18DE6;
}
.AnyTagClassName
{
color: #F18DE6;
}
</style>
background-color css
<style>
a { background-color: #F18DE6; }
a { background-color: rgb(241,141,230); }
div.DivClassName
{
background-color: #F18DE6;
}
.BgClassName
{
background-color: #F18DE6;
}
</style>
border-color css
<style>
span { border-color: #F18DE6; }
span { border-color: rgb(241,141,230); }
td.TdClassName
{
border-color: #F18DE6;
}
.TagClassName
{
border-color: #F18DE6;
}
</style>