Shades of Pale Magenta #F184D6
Tints of Pale Magenta #F184D6
RGB
CMYK
RGB Variations
Color information
#F184D6 (or 0xF184D6) is known color: Pale Magenta. HEX triplet: F1, 84 and D6. RGB value is (241,132,214). Sum of RGB (Red+Green+Blue) = 241+132+214=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 214 (83.98% from 255 or 36.46% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D6 is #0E7B29. Grayscale: #ADADAD. Windows color (decimal): -949034 or 14058737. OLE color: 14058737.
HSL color Cylindrical-coordinate representation of color #F184D6: hue angle of 314.86º 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 #F184D6 is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 214 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.05 |
| HSL | 314.86º | 0.8% | 0.73% | - |
| HSV(B) | 314.86º | 0.45% | 0.95% | - |
| XYZ | 56.66 | 40.06 | 68.36 | - |
| YUV | 173.94 | 150.61 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 214 | 0 | 0.45 | 0.11 | 0.05 | 314.86 | 0.8 | 0.73 |
| Hex | F1 | 84 | D6 | 0 | 2D | B | 5 | 13B | 50 | 49 |
| Octal | 361 | 204 | 326 | 0 | 55 | 13 | 5 | 473 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11010110 | 0 | 101101 | 1011 | 101 | 100111011 | 1010000 | 1001001 |
Color Harmonies of #F184D6
Complementary color
Monochromatic Colors of #F184D6
Black with #F184D6
Text Example
Text Example
White with #F184D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184D6; }
p { color: rgb(241,132,214); }
H1.HeaderClassName
{
color: #F184D6;
}
.AnyTagClassName
{
color: #F184D6;
}
</style>
background-color css
<style>
a { background-color: #F184D6; }
a { background-color: rgb(241,132,214); }
div.DivClassName
{
background-color: #F184D6;
}
.BgClassName
{
background-color: #F184D6;
}
</style>
border-color css
<style>
span { border-color: #F184D6; }
span { border-color: rgb(241,132,214); }
td.TdClassName
{
border-color: #F184D6;
}
.TagClassName
{
border-color: #F184D6;
}
</style>