Shades of Pale Magenta #F183DC
Tints of Pale Magenta #F183DC
RGB
CMYK
RGB Variations
Color information
#F183DC (or 0xF183DC) is known color: Pale Magenta. HEX triplet: F1, 83 and DC. RGB value is (241,131,220). Sum of RGB (Red+Green+Blue) = 241+131+220=592 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.71% from 592); Green value is 131 (51.56% from 255 or 22.13% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DC is #0E7C23. Grayscale: #ADADAD. Windows color (decimal): -949284 or 14451697. OLE color: 14451697.
HSL color Cylindrical-coordinate representation of color #F183DC: hue angle of 311.45º 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 #F183DC is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 220 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 311.45º | 0.8% | 0.73% | - |
| HSV(B) | 311.45º | 0.46% | 0.95% | - |
| XYZ | 57.31 | 40.1 | 72.43 | - |
| YUV | 174.04 | 153.94 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 220 | 0 | 0.46 | 0.09 | 0.05 | 311.45 | 0.8 | 0.73 |
| Hex | F1 | 83 | DC | 0 | 2E | 9 | 5 | 137 | 50 | 49 |
| Octal | 361 | 203 | 334 | 0 | 56 | 11 | 5 | 467 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11011100 | 0 | 101110 | 1001 | 101 | 100110111 | 1010000 | 1001001 |
Color Harmonies of #F183DC
Complementary color
Monochromatic Colors of #F183DC
Black with #F183DC
Text Example
Text Example
White with #F183DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183DC; }
p { color: rgb(241,131,220); }
H1.HeaderClassName
{
color: #F183DC;
}
.AnyTagClassName
{
color: #F183DC;
}
</style>
background-color css
<style>
a { background-color: #F183DC; }
a { background-color: rgb(241,131,220); }
div.DivClassName
{
background-color: #F183DC;
}
.BgClassName
{
background-color: #F183DC;
}
</style>
border-color css
<style>
span { border-color: #F183DC; }
span { border-color: rgb(241,131,220); }
td.TdClassName
{
border-color: #F183DC;
}
.TagClassName
{
border-color: #F183DC;
}
</style>