Shades of Pale Magenta #F184D9
Tints of Pale Magenta #F184D9
RGB
CMYK
RGB Variations
Color information
#F184D9 (or 0xF184D9) is known color: Pale Magenta. HEX triplet: F1, 84 and D9. RGB value is (241,132,217). Sum of RGB (Red+Green+Blue) = 241+132+217=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 132 (51.95% from 255 or 22.37% from 590); Blue value is 217 (85.16% from 255 or 36.78% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D9 is #0E7B26. Grayscale: #AEAEAE. Windows color (decimal): -949031 or 14255345. OLE color: 14255345.
HSL color Cylindrical-coordinate representation of color #F184D9: hue angle of 313.21º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184D9 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 217 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.05 |
| HSL | 313.21º | 0.8% | 0.73% | - |
| HSV(B) | 313.21º | 0.45% | 0.95% | - |
| XYZ | 57.05 | 40.21 | 70.4 | - |
| YUV | 174.28 | 152.11 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 217 | 0 | 0.45 | 0.10 | 0.05 | 313.21 | 0.8 | 0.73 |
| Hex | F1 | 84 | D9 | 0 | 2D | A | 5 | 139 | 50 | 49 |
| Octal | 361 | 204 | 331 | 0 | 55 | 12 | 5 | 471 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11011001 | 0 | 101101 | 1010 | 101 | 100111001 | 1010000 | 1001001 |
Color Harmonies of #F184D9
Complementary color
Monochromatic Colors of #F184D9
Black with #F184D9
Text Example
Text Example
White with #F184D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184D9; }
p { color: rgb(241,132,217); }
H1.HeaderClassName
{
color: #F184D9;
}
.AnyTagClassName
{
color: #F184D9;
}
</style>
background-color css
<style>
a { background-color: #F184D9; }
a { background-color: rgb(241,132,217); }
div.DivClassName
{
background-color: #F184D9;
}
.BgClassName
{
background-color: #F184D9;
}
</style>
border-color css
<style>
span { border-color: #F184D9; }
span { border-color: rgb(241,132,217); }
td.TdClassName
{
border-color: #F184D9;
}
.TagClassName
{
border-color: #F184D9;
}
</style>