Shades of Pale Magenta #F184D4
Tints of Pale Magenta #F184D4
RGB
CMYK
RGB Variations
Color information
#F184D4 (or 0xF184D4) is known color: Pale Magenta. HEX triplet: F1, 84 and D4. RGB value is (241,132,212). Sum of RGB (Red+Green+Blue) = 241+132+212=585 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.20% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 212 (83.20% from 255 or 36.24% from 585); Max value from RGB is 241 - color contains mainly: red. Hex color #F184D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184D4 is #0E7B2B. Grayscale: #ADADAD. Windows color (decimal): -949036 or 13927665. OLE color: 13927665.
HSL color Cylindrical-coordinate representation of color #F184D4: hue angle of 315.96º 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 #F184D4 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 212 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.05 |
| HSL | 315.96º | 0.8% | 0.73% | - |
| HSV(B) | 315.96º | 0.45% | 0.95% | - |
| XYZ | 56.41 | 39.96 | 67.03 | - |
| YUV | 173.71 | 149.61 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 212 | 0 | 0.45 | 0.12 | 0.05 | 315.96 | 0.8 | 0.73 |
| Hex | F1 | 84 | D4 | 0 | 2D | C | 5 | 13C | 50 | 49 |
| Octal | 361 | 204 | 324 | 0 | 55 | 14 | 5 | 474 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11010100 | 0 | 101101 | 1100 | 101 | 100111100 | 1010000 | 1001001 |
Color Harmonies of #F184D4
Complementary color
Monochromatic Colors of #F184D4
Black with #F184D4
Text Example
Text Example
White with #F184D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184D4; }
p { color: rgb(241,132,212); }
H1.HeaderClassName
{
color: #F184D4;
}
.AnyTagClassName
{
color: #F184D4;
}
</style>
background-color css
<style>
a { background-color: #F184D4; }
a { background-color: rgb(241,132,212); }
div.DivClassName
{
background-color: #F184D4;
}
.BgClassName
{
background-color: #F184D4;
}
</style>
border-color css
<style>
span { border-color: #F184D4; }
span { border-color: rgb(241,132,212); }
td.TdClassName
{
border-color: #F184D4;
}
.TagClassName
{
border-color: #F184D4;
}
</style>