Shades of Pale Magenta #F182DF
Tints of Pale Magenta #F182DF
RGB
CMYK
RGB Variations
Color information
#F182DF (or 0xF182DF) is known color: Pale Magenta. HEX triplet: F1, 82 and DF. RGB value is (241,130,223). Sum of RGB (Red+Green+Blue) = 241+130+223=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 130 (51.17% from 255 or 21.89% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F182DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F182DF is #0E7D20. Grayscale: #ADADAD. Windows color (decimal): -949537 or 14648049. OLE color: 14648049.
HSL color Cylindrical-coordinate representation of color #F182DF: hue angle of 309.73º 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 #F182DF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 223 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.05 |
| HSL | 309.73º | 0.8% | 0.73% | - |
| HSV(B) | 309.73º | 0.46% | 0.95% | - |
| XYZ | 57.58 | 39.99 | 74.5 | - |
| YUV | 173.79 | 155.77 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 223 | 0 | 0.46 | 0.07 | 0.05 | 309.73 | 0.8 | 0.73 |
| Hex | F1 | 82 | DF | 0 | 2E | 7 | 5 | 136 | 50 | 49 |
| Octal | 361 | 202 | 337 | 0 | 56 | 7 | 5 | 466 | 120 | 111 |
| Binary | 11110001 | 10000010 | 11011111 | 0 | 101110 | 111 | 101 | 100110110 | 1010000 | 1001001 |
Color Harmonies of #F182DF
Complementary color
Monochromatic Colors of #F182DF
Black with #F182DF
Text Example
Text Example
White with #F182DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F182DF; }
p { color: rgb(241,130,223); }
H1.HeaderClassName
{
color: #F182DF;
}
.AnyTagClassName
{
color: #F182DF;
}
</style>
background-color css
<style>
a { background-color: #F182DF; }
a { background-color: rgb(241,130,223); }
div.DivClassName
{
background-color: #F182DF;
}
.BgClassName
{
background-color: #F182DF;
}
</style>
border-color css
<style>
span { border-color: #F182DF; }
span { border-color: rgb(241,130,223); }
td.TdClassName
{
border-color: #F182DF;
}
.TagClassName
{
border-color: #F182DF;
}
</style>