Shades of Pale Magenta #F182DE
Tints of Pale Magenta #F182DE
RGB
CMYK
RGB Variations
Color information
#F182DE (or 0xF182DE) is known color: Pale Magenta. HEX triplet: F1, 82 and DE. RGB value is (241,130,222). Sum of RGB (Red+Green+Blue) = 241+130+222=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 130 (51.17% from 255 or 21.92% from 593); Blue value is 222 (87.11% from 255 or 37.44% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DE is #0E7D21. Grayscale: #ADADAD. Windows color (decimal): -949538 or 14582513. OLE color: 14582513.
HSL color Cylindrical-coordinate representation of color #F182DE: hue angle of 310.27º 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 #F182DE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 222 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.05 |
| HSL | 310.27º | 0.8% | 0.73% | - |
| HSV(B) | 310.27º | 0.46% | 0.95% | - |
| XYZ | 57.44 | 39.94 | 73.79 | - |
| YUV | 173.68 | 155.27 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 222 | 0 | 0.46 | 0.08 | 0.05 | 310.27 | 0.8 | 0.73 |
| Hex | F1 | 82 | DE | 0 | 2E | 8 | 5 | 136 | 50 | 49 |
| Octal | 361 | 202 | 336 | 0 | 56 | 10 | 5 | 466 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11011110 | 0 | 101110 | 1000 | 101 | 100110110 | 1010000 | 1001001 |
Color Harmonies of #F182DE
Complementary color
Monochromatic Colors of #F182DE
Black with #F182DE
Text Example
Text Example
White with #F182DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182DE; }
p { color: rgb(241,130,222); }
H1.HeaderClassName
{
color: #F182DE;
}
.AnyTagClassName
{
color: #F182DE;
}
</style>
background-color css
<style>
a { background-color: #F182DE; }
a { background-color: rgb(241,130,222); }
div.DivClassName
{
background-color: #F182DE;
}
.BgClassName
{
background-color: #F182DE;
}
</style>
border-color css
<style>
span { border-color: #F182DE; }
span { border-color: rgb(241,130,222); }
td.TdClassName
{
border-color: #F182DE;
}
.TagClassName
{
border-color: #F182DE;
}
</style>