Shades of Pale Magenta #F184D2
Tints of Pale Magenta #F184D2
RGB
CMYK
RGB Variations
Color information
#F184D2 (or 0xF184D2) is known color: Pale Magenta. HEX triplet: F1, 84 and D2. RGB value is (241,132,210). Sum of RGB (Red+Green+Blue) = 241+132+210=583 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.34% from 583); Green value is 132 (51.95% from 255 or 22.64% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D2 is #0E7B2D. Grayscale: #ADADAD. Windows color (decimal): -949038 or 13796593. OLE color: 13796593.
HSL color Cylindrical-coordinate representation of color #F184D2: hue angle of 317.06º 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 #F184D2 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 210 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.05 |
| HSL | 317.06º | 0.8% | 0.73% | - |
| HSV(B) | 317.06º | 0.45% | 0.95% | - |
| XYZ | 56.16 | 39.86 | 65.71 | - |
| YUV | 173.48 | 148.61 | 176.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 210 | 0 | 0.45 | 0.13 | 0.05 | 317.06 | 0.8 | 0.73 |
| Hex | F1 | 84 | D2 | 0 | 2D | D | 5 | 13D | 50 | 49 |
| Octal | 361 | 204 | 322 | 0 | 55 | 15 | 5 | 475 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11010010 | 0 | 101101 | 1101 | 101 | 100111101 | 1010000 | 1001001 |
Color Harmonies of #F184D2
Complementary color
Monochromatic Colors of #F184D2
Black with #F184D2
Text Example
Text Example
White with #F184D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184D2; }
p { color: rgb(241,132,210); }
H1.HeaderClassName
{
color: #F184D2;
}
.AnyTagClassName
{
color: #F184D2;
}
</style>
background-color css
<style>
a { background-color: #F184D2; }
a { background-color: rgb(241,132,210); }
div.DivClassName
{
background-color: #F184D2;
}
.BgClassName
{
background-color: #F184D2;
}
</style>
border-color css
<style>
span { border-color: #F184D2; }
span { border-color: rgb(241,132,210); }
td.TdClassName
{
border-color: #F184D2;
}
.TagClassName
{
border-color: #F184D2;
}
</style>