Shades of Pale Magenta #F184DF
Tints of Pale Magenta #F184DF
RGB
CMYK
RGB Variations
Color information
#F184DF (or 0xF184DF) is known color: Pale Magenta. HEX triplet: F1, 84 and DF. RGB value is (241,132,223). Sum of RGB (Red+Green+Blue) = 241+132+223=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 132 (51.95% from 255 or 22.15% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DF is #0E7B20. Grayscale: #AEAEAE. Windows color (decimal): -949025 or 14648561. OLE color: 14648561.
HSL color Cylindrical-coordinate representation of color #F184DF: hue angle of 309.91º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F184DF is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 223 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.05 |
| HSL | 309.91º | 0.8% | 0.73% | - |
| HSV(B) | 309.91º | 0.45% | 0.95% | - |
| XYZ | 57.85 | 40.53 | 74.59 | - |
| YUV | 174.97 | 155.11 | 175.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 223 | 0 | 0.45 | 0.07 | 0.05 | 309.91 | 0.8 | 0.73 |
| Hex | F1 | 84 | DF | 0 | 2D | 7 | 5 | 136 | 50 | 49 |
| Octal | 361 | 204 | 337 | 0 | 55 | 7 | 5 | 466 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11011111 | 0 | 101101 | 111 | 101 | 100110110 | 1010000 | 1001001 |
Color Harmonies of #F184DF
Complementary color
Monochromatic Colors of #F184DF
Black with #F184DF
Text Example
Text Example
White with #F184DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184DF; }
p { color: rgb(241,132,223); }
H1.HeaderClassName
{
color: #F184DF;
}
.AnyTagClassName
{
color: #F184DF;
}
</style>
background-color css
<style>
a { background-color: #F184DF; }
a { background-color: rgb(241,132,223); }
div.DivClassName
{
background-color: #F184DF;
}
.BgClassName
{
background-color: #F184DF;
}
</style>
border-color css
<style>
span { border-color: #F184DF; }
span { border-color: rgb(241,132,223); }
td.TdClassName
{
border-color: #F184DF;
}
.TagClassName
{
border-color: #F184DF;
}
</style>