Shades of Pale Magenta #F183DB
Tints of Pale Magenta #F183DB
RGB
CMYK
RGB Variations
Color information
#F183DB (or 0xF183DB) is known color: Pale Magenta. HEX triplet: F1, 83 and DB. RGB value is (241,131,219). Sum of RGB (Red+Green+Blue) = 241+131+219=591 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.78% from 591); Green value is 131 (51.56% from 255 or 22.17% from 591); Blue value is 219 (85.94% from 255 or 37.06% from 591); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DB is #0E7C24. Grayscale: #ADADAD. Windows color (decimal): -949285 or 14386161. OLE color: 14386161.
HSL color Cylindrical-coordinate representation of color #F183DB: hue angle of 312º 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 #F183DB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 219 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 312º | 0.8% | 0.73% | - |
| HSV(B) | 312º | 0.46% | 0.95% | - |
| XYZ | 57.18 | 40.05 | 71.73 | - |
| YUV | 173.92 | 153.44 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 219 | 0 | 0.46 | 0.09 | 0.05 | 312 | 0.8 | 0.73 |
| Hex | F1 | 83 | DB | 0 | 2E | 9 | 5 | 138 | 50 | 49 |
| Octal | 361 | 203 | 333 | 0 | 56 | 11 | 5 | 470 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11011011 | 0 | 101110 | 1001 | 101 | 100111000 | 1010000 | 1001001 |
Color Harmonies of #F183DB
Complementary color
Monochromatic Colors of #F183DB
Black with #F183DB
Text Example
Text Example
White with #F183DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183DB; }
p { color: rgb(241,131,219); }
H1.HeaderClassName
{
color: #F183DB;
}
.AnyTagClassName
{
color: #F183DB;
}
</style>
background-color css
<style>
a { background-color: #F183DB; }
a { background-color: rgb(241,131,219); }
div.DivClassName
{
background-color: #F183DB;
}
.BgClassName
{
background-color: #F183DB;
}
</style>
border-color css
<style>
span { border-color: #F183DB; }
span { border-color: rgb(241,131,219); }
td.TdClassName
{
border-color: #F183DB;
}
.TagClassName
{
border-color: #F183DB;
}
</style>