Shades of Pale Magenta #F184DC
Tints of Pale Magenta #F184DC
RGB
CMYK
RGB Variations
Color information
#F184DC (or 0xF184DC) is known color: Pale Magenta. HEX triplet: F1, 84 and DC. RGB value is (241,132,220). Sum of RGB (Red+Green+Blue) = 241+132+220=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 132 (51.95% from 255 or 22.26% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F184DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184DC is #0E7B23. Grayscale: #AEAEAE. Windows color (decimal): -949028 or 14451953. OLE color: 14451953.
HSL color Cylindrical-coordinate representation of color #F184DC: hue angle of 311.56º 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 #F184DC is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 220 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.05 |
| HSL | 311.56º | 0.8% | 0.73% | - |
| HSV(B) | 311.56º | 0.45% | 0.95% | - |
| XYZ | 57.45 | 40.37 | 72.47 | - |
| YUV | 174.62 | 153.61 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 220 | 0 | 0.45 | 0.09 | 0.05 | 311.56 | 0.8 | 0.73 |
| Hex | F1 | 84 | DC | 0 | 2D | 9 | 5 | 138 | 50 | 49 |
| Octal | 361 | 204 | 334 | 0 | 55 | 11 | 5 | 470 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11011100 | 0 | 101101 | 1001 | 101 | 100111000 | 1010000 | 1001001 |
Color Harmonies of #F184DC
Complementary color
Monochromatic Colors of #F184DC
Black with #F184DC
Text Example
Text Example
White with #F184DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184DC; }
p { color: rgb(241,132,220); }
H1.HeaderClassName
{
color: #F184DC;
}
.AnyTagClassName
{
color: #F184DC;
}
</style>
background-color css
<style>
a { background-color: #F184DC; }
a { background-color: rgb(241,132,220); }
div.DivClassName
{
background-color: #F184DC;
}
.BgClassName
{
background-color: #F184DC;
}
</style>
border-color css
<style>
span { border-color: #F184DC; }
span { border-color: rgb(241,132,220); }
td.TdClassName
{
border-color: #F184DC;
}
.TagClassName
{
border-color: #F184DC;
}
</style>