Shades of Pale Magenta #F184D3
Tints of Pale Magenta #F184D3
RGB
CMYK
RGB Variations
Color information
#F184D3 (or 0xF184D3) is known color: Pale Magenta. HEX triplet: F1, 84 and D3. RGB value is (241,132,211). Sum of RGB (Red+Green+Blue) = 241+132+211=584 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.27% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D3 is #0E7B2C. Grayscale: #ADADAD. Windows color (decimal): -949037 or 13862129. OLE color: 13862129.
HSL color Cylindrical-coordinate representation of color #F184D3: hue angle of 316.51º 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 #F184D3 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 211 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.05 |
| HSL | 316.51º | 0.8% | 0.73% | - |
| HSV(B) | 316.51º | 0.45% | 0.95% | - |
| XYZ | 56.28 | 39.91 | 66.36 | - |
| YUV | 173.6 | 149.11 | 176.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 211 | 0 | 0.45 | 0.12 | 0.05 | 316.51 | 0.8 | 0.73 |
| Hex | F1 | 84 | D3 | 0 | 2D | C | 5 | 13D | 50 | 49 |
| Octal | 361 | 204 | 323 | 0 | 55 | 14 | 5 | 475 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11010011 | 0 | 101101 | 1100 | 101 | 100111101 | 1010000 | 1001001 |
Color Harmonies of #F184D3
Complementary color
Monochromatic Colors of #F184D3
Black with #F184D3
Text Example
Text Example
White with #F184D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184D3; }
p { color: rgb(241,132,211); }
H1.HeaderClassName
{
color: #F184D3;
}
.AnyTagClassName
{
color: #F184D3;
}
</style>
background-color css
<style>
a { background-color: #F184D3; }
a { background-color: rgb(241,132,211); }
div.DivClassName
{
background-color: #F184D3;
}
.BgClassName
{
background-color: #F184D3;
}
</style>
border-color css
<style>
span { border-color: #F184D3; }
span { border-color: rgb(241,132,211); }
td.TdClassName
{
border-color: #F184D3;
}
.TagClassName
{
border-color: #F184D3;
}
</style>