Shades of Pale Magenta #F184DD
Tints of Pale Magenta #F184DD
RGB
CMYK
RGB Variations
Color information
#F184DD (or 0xF184DD) is known color: Pale Magenta. HEX triplet: F1, 84 and DD. RGB value is (241,132,221). Sum of RGB (Red+Green+Blue) = 241+132+221=594 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.57% from 594); Green value is 132 (51.95% from 255 or 22.22% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DD is #0E7B22. Grayscale: #AEAEAE. Windows color (decimal): -949027 or 14517489. OLE color: 14517489.
HSL color Cylindrical-coordinate representation of color #F184DD: hue angle of 311.01º 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 #F184DD is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 221 | - |
| CMYK | 0 | 0.45 | 0.08 | 0.05 |
| HSL | 311.01º | 0.8% | 0.73% | - |
| HSV(B) | 311.01º | 0.45% | 0.95% | - |
| XYZ | 57.58 | 40.42 | 73.17 | - |
| YUV | 174.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 221 | 0 | 0.45 | 0.08 | 0.05 | 311.01 | 0.8 | 0.73 |
| Hex | F1 | 84 | DD | 0 | 2D | 8 | 5 | 137 | 50 | 49 |
| Octal | 361 | 204 | 335 | 0 | 55 | 10 | 5 | 467 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11011101 | 0 | 101101 | 1000 | 101 | 100110111 | 1010000 | 1001001 |
Color Harmonies of #F184DD
Complementary color
Monochromatic Colors of #F184DD
Black with #F184DD
Text Example
Text Example
White with #F184DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184DD; }
p { color: rgb(241,132,221); }
H1.HeaderClassName
{
color: #F184DD;
}
.AnyTagClassName
{
color: #F184DD;
}
</style>
background-color css
<style>
a { background-color: #F184DD; }
a { background-color: rgb(241,132,221); }
div.DivClassName
{
background-color: #F184DD;
}
.BgClassName
{
background-color: #F184DD;
}
</style>
border-color css
<style>
span { border-color: #F184DD; }
span { border-color: rgb(241,132,221); }
td.TdClassName
{
border-color: #F184DD;
}
.TagClassName
{
border-color: #F184DD;
}
</style>