Shades of Pale Magenta #F183DF
Tints of Pale Magenta #F183DF
RGB
CMYK
RGB Variations
Color information
#F183DF (or 0xF183DF) is known color: Pale Magenta. HEX triplet: F1, 83 and DF. RGB value is (241,131,223). Sum of RGB (Red+Green+Blue) = 241+131+223=595 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.50% from 595); Green value is 131 (51.56% from 255 or 22.02% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 241 - color contains mainly: red. Hex color #F183DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183DF is #0E7C20. Grayscale: #AEAEAE. Windows color (decimal): -949281 or 14648305. OLE color: 14648305.
HSL color Cylindrical-coordinate representation of color #F183DF: hue angle of 309.82º 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 #F183DF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 223 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.05 |
| HSL | 309.82º | 0.8% | 0.73% | - |
| HSV(B) | 309.82º | 0.46% | 0.95% | - |
| XYZ | 57.71 | 40.26 | 74.54 | - |
| YUV | 174.38 | 155.44 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 223 | 0 | 0.46 | 0.07 | 0.05 | 309.82 | 0.8 | 0.73 |
| Hex | F1 | 83 | DF | 0 | 2E | 7 | 5 | 136 | 50 | 49 |
| Octal | 361 | 203 | 337 | 0 | 56 | 7 | 5 | 466 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11011111 | 0 | 101110 | 111 | 101 | 100110110 | 1010000 | 1001001 |
Color Harmonies of #F183DF
Complementary color
Monochromatic Colors of #F183DF
Black with #F183DF
Text Example
Text Example
White with #F183DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183DF; }
p { color: rgb(241,131,223); }
H1.HeaderClassName
{
color: #F183DF;
}
.AnyTagClassName
{
color: #F183DF;
}
</style>
background-color css
<style>
a { background-color: #F183DF; }
a { background-color: rgb(241,131,223); }
div.DivClassName
{
background-color: #F183DF;
}
.BgClassName
{
background-color: #F183DF;
}
</style>
border-color css
<style>
span { border-color: #F183DF; }
span { border-color: rgb(241,131,223); }
td.TdClassName
{
border-color: #F183DF;
}
.TagClassName
{
border-color: #F183DF;
}
</style>