Shades of Pale Magenta #F182DB
Tints of Pale Magenta #F182DB
RGB
CMYK
RGB Variations
Color information
#F182DB (or 0xF182DB) is known color: Pale Magenta. HEX triplet: F1, 82 and DB. RGB value is (241,130,219). Sum of RGB (Red+Green+Blue) = 241+130+219=590 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.85% from 590); Green value is 130 (51.17% from 255 or 22.03% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DB is #0E7D24. Grayscale: #ADADAD. Windows color (decimal): -949541 or 14385905. OLE color: 14385905.
HSL color Cylindrical-coordinate representation of color #F182DB: hue angle of 311.89º 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 #F182DB is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 219 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.05 |
| HSL | 311.89º | 0.8% | 0.73% | - |
| HSV(B) | 311.89º | 0.46% | 0.95% | - |
| XYZ | 57.04 | 39.78 | 71.69 | - |
| YUV | 173.34 | 153.77 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 219 | 0 | 0.46 | 0.09 | 0.05 | 311.89 | 0.8 | 0.73 |
| Hex | F1 | 82 | DB | 0 | 2E | 9 | 5 | 138 | 50 | 49 |
| Octal | 361 | 202 | 333 | 0 | 56 | 11 | 5 | 470 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11011011 | 0 | 101110 | 1001 | 101 | 100111000 | 1010000 | 1001001 |
Color Harmonies of #F182DB
Complementary color
Monochromatic Colors of #F182DB
Black with #F182DB
Text Example
Text Example
White with #F182DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182DB; }
p { color: rgb(241,130,219); }
H1.HeaderClassName
{
color: #F182DB;
}
.AnyTagClassName
{
color: #F182DB;
}
</style>
background-color css
<style>
a { background-color: #F182DB; }
a { background-color: rgb(241,130,219); }
div.DivClassName
{
background-color: #F182DB;
}
.BgClassName
{
background-color: #F182DB;
}
</style>
border-color css
<style>
span { border-color: #F182DB; }
span { border-color: rgb(241,130,219); }
td.TdClassName
{
border-color: #F182DB;
}
.TagClassName
{
border-color: #F182DB;
}
</style>