Shades of Pale Magenta #F184E4
Tints of Pale Magenta #F184E4
RGB
CMYK
RGB Variations
Color information
#F184E4 (or 0xF184E4) is known color: Pale Magenta. HEX triplet: F1, 84 and E4. RGB value is (241,132,228). Sum of RGB (Red+Green+Blue) = 241+132+228=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 132 (51.95% from 255 or 21.96% from 601); Blue value is 228 (89.45% from 255 or 37.94% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F184E4 is #0E7B1B. Grayscale: #AFAFAF. Windows color (decimal): -949020 or 14976241. OLE color: 14976241.
HSL color Cylindrical-coordinate representation of color #F184E4: hue angle of 307.16º 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 #F184E4 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 228 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.05 |
| HSL | 307.16º | 0.8% | 0.73% | - |
| HSV(B) | 307.16º | 0.45% | 0.95% | - |
| XYZ | 58.53 | 40.8 | 78.19 | - |
| YUV | 175.54 | 157.61 | 174.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 228 | 0 | 0.45 | 0.05 | 0.05 | 307.16 | 0.8 | 0.73 |
| Hex | F1 | 84 | E4 | 0 | 2D | 5 | 5 | 133 | 50 | 49 |
| Octal | 361 | 204 | 344 | 0 | 55 | 5 | 5 | 463 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11100100 | 0 | 101101 | 101 | 101 | 100110011 | 1010000 | 1001001 |
Color Harmonies of #F184E4
Complementary color
Monochromatic Colors of #F184E4
Black with #F184E4
Text Example
Text Example
White with #F184E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184E4; }
p { color: rgb(241,132,228); }
H1.HeaderClassName
{
color: #F184E4;
}
.AnyTagClassName
{
color: #F184E4;
}
</style>
background-color css
<style>
a { background-color: #F184E4; }
a { background-color: rgb(241,132,228); }
div.DivClassName
{
background-color: #F184E4;
}
.BgClassName
{
background-color: #F184E4;
}
</style>
border-color css
<style>
span { border-color: #F184E4; }
span { border-color: rgb(241,132,228); }
td.TdClassName
{
border-color: #F184E4;
}
.TagClassName
{
border-color: #F184E4;
}
</style>