Shades of Pale Magenta #F18DE5
Tints of Pale Magenta #F18DE5
RGB
CMYK
RGB Variations
Color information
#F18DE5 (or 0xF18DE5) is known color: Pale Magenta. HEX triplet: F1, 8D and E5. RGB value is (241,141,229). Sum of RGB (Red+Green+Blue) = 241+141+229=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 141 (55.47% from 255 or 23.08% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F18DE5 is #0E721A. Grayscale: #B4B4B4. Windows color (decimal): -946715 or 15044081. OLE color: 15044081.
HSL color Cylindrical-coordinate representation of color #F18DE5: hue angle of 307.2º 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 #F18DE5 is Cyan = 0, Magento = 0.41, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 229 | - |
| CMYK | 0 | 0.41 | 0.05 | 0.05 |
| HSL | 307.2º | 0.78% | 0.75% | - |
| HSV(B) | 307.2º | 0.41% | 0.95% | - |
| XYZ | 59.94 | 43.41 | 79.35 | - |
| YUV | 180.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 229 | 0 | 0.41 | 0.05 | 0.05 | 307.2 | 0.78 | 0.75 |
| Hex | F1 | 8D | E5 | 0 | 29 | 5 | 5 | 133 | 4E | 4B |
| Octal | 361 | 215 | 345 | 0 | 51 | 5 | 5 | 463 | 116 | 113 |
| Binary | 11110001 | 10001101 | 11100101 | 0 | 101001 | 101 | 101 | 100110011 | 1001110 | 1001011 |
Color Harmonies of #F18DE5
Complementary color
Monochromatic Colors of #F18DE5
Black with #F18DE5
Text Example
Text Example
White with #F18DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DE5; }
p { color: rgb(241,141,229); }
H1.HeaderClassName
{
color: #F18DE5;
}
.AnyTagClassName
{
color: #F18DE5;
}
</style>
background-color css
<style>
a { background-color: #F18DE5; }
a { background-color: rgb(241,141,229); }
div.DivClassName
{
background-color: #F18DE5;
}
.BgClassName
{
background-color: #F18DE5;
}
</style>
border-color css
<style>
span { border-color: #F18DE5; }
span { border-color: rgb(241,141,229); }
td.TdClassName
{
border-color: #F18DE5;
}
.TagClassName
{
border-color: #F18DE5;
}
</style>