Shades of Pale Magenta #F183D9
Tints of Pale Magenta #F183D9
RGB
CMYK
RGB Variations
Color information
#F183D9 (or 0xF183D9) is known color: Pale Magenta. HEX triplet: F1, 83 and D9. RGB value is (241,131,217). Sum of RGB (Red+Green+Blue) = 241+131+217=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 131 (51.56% from 255 or 22.24% from 589); Blue value is 217 (85.16% from 255 or 36.84% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F183D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183D9 is #0E7C26. Grayscale: #ADADAD. Windows color (decimal): -949287 or 14255089. OLE color: 14255089.
HSL color Cylindrical-coordinate representation of color #F183D9: hue angle of 313.09º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183D9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 217 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 313.09º | 0.8% | 0.73% | - |
| HSV(B) | 313.09º | 0.46% | 0.95% | - |
| XYZ | 56.92 | 39.94 | 70.36 | - |
| YUV | 173.69 | 152.44 | 176.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 217 | 0 | 0.46 | 0.10 | 0.05 | 313.09 | 0.8 | 0.73 |
| Hex | F1 | 83 | D9 | 0 | 2E | A | 5 | 139 | 50 | 49 |
| Octal | 361 | 203 | 331 | 0 | 56 | 12 | 5 | 471 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11011001 | 0 | 101110 | 1010 | 101 | 100111001 | 1010000 | 1001001 |
Color Harmonies of #F183D9
Complementary color
Monochromatic Colors of #F183D9
Black with #F183D9
Text Example
Text Example
White with #F183D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183D9; }
p { color: rgb(241,131,217); }
H1.HeaderClassName
{
color: #F183D9;
}
.AnyTagClassName
{
color: #F183D9;
}
</style>
background-color css
<style>
a { background-color: #F183D9; }
a { background-color: rgb(241,131,217); }
div.DivClassName
{
background-color: #F183D9;
}
.BgClassName
{
background-color: #F183D9;
}
</style>
border-color css
<style>
span { border-color: #F183D9; }
span { border-color: rgb(241,131,217); }
td.TdClassName
{
border-color: #F183D9;
}
.TagClassName
{
border-color: #F183D9;
}
</style>