Shades of Pale Magenta #F182D9
Tints of Pale Magenta #F182D9
RGB
CMYK
RGB Variations
Color information
#F182D9 (or 0xF182D9) is known color: Pale Magenta. HEX triplet: F1, 82 and D9. RGB value is (241,130,217). Sum of RGB (Red+Green+Blue) = 241+130+217=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 130 (51.17% from 255 or 22.11% from 588); Blue value is 217 (85.16% from 255 or 36.90% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F182D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182D9 is #0E7D26. Grayscale: #ACACAC. Windows color (decimal): -949543 or 14254833. OLE color: 14254833.
HSL color Cylindrical-coordinate representation of color #F182D9: hue angle of 312.97º 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 #F182D9 is Cyan = 0, Magento = 0.46, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 217 | - |
| CMYK | 0 | 0.46 | 0.10 | 0.05 |
| HSL | 312.97º | 0.8% | 0.73% | - |
| HSV(B) | 312.97º | 0.46% | 0.95% | - |
| XYZ | 56.78 | 39.68 | 70.31 | - |
| YUV | 173.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 217 | 0 | 0.46 | 0.10 | 0.05 | 312.97 | 0.8 | 0.73 |
| Hex | F1 | 82 | D9 | 0 | 2E | A | 5 | 139 | 50 | 49 |
| Octal | 361 | 202 | 331 | 0 | 56 | 12 | 5 | 471 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11011001 | 0 | 101110 | 1010 | 101 | 100111001 | 1010000 | 1001001 |
Color Harmonies of #F182D9
Complementary color
Monochromatic Colors of #F182D9
Black with #F182D9
Text Example
Text Example
White with #F182D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182D9; }
p { color: rgb(241,130,217); }
H1.HeaderClassName
{
color: #F182D9;
}
.AnyTagClassName
{
color: #F182D9;
}
</style>
background-color css
<style>
a { background-color: #F182D9; }
a { background-color: rgb(241,130,217); }
div.DivClassName
{
background-color: #F182D9;
}
.BgClassName
{
background-color: #F182D9;
}
</style>
border-color css
<style>
span { border-color: #F182D9; }
span { border-color: rgb(241,130,217); }
td.TdClassName
{
border-color: #F182D9;
}
.TagClassName
{
border-color: #F182D9;
}
</style>