Shades of Pale Magenta #F184E6
Tints of Pale Magenta #F184E6
RGB
CMYK
RGB Variations
Color information
#F184E6 (or 0xF184E6) is known color: Pale Magenta. HEX triplet: F1, 84 and E6. RGB value is (241,132,230). Sum of RGB (Red+Green+Blue) = 241+132+230=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 132 (51.95% from 255 or 21.89% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F184E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184E6 is #0E7B19. Grayscale: #AFAFAF. Windows color (decimal): -949018 or 15107313. OLE color: 15107313.
HSL color Cylindrical-coordinate representation of color #F184E6: hue angle of 306.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 #F184E6 is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 230 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.05 |
| HSL | 306.06º | 0.8% | 0.73% | - |
| HSV(B) | 306.06º | 0.45% | 0.95% | - |
| XYZ | 58.81 | 40.92 | 79.66 | - |
| YUV | 175.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 230 | 0 | 0.45 | 0.05 | 0.05 | 306.06 | 0.8 | 0.73 |
| Hex | F1 | 84 | E6 | 0 | 2D | 5 | 5 | 132 | 50 | 49 |
| Octal | 361 | 204 | 346 | 0 | 55 | 5 | 5 | 462 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11100110 | 0 | 101101 | 101 | 101 | 100110010 | 1010000 | 1001001 |
Color Harmonies of #F184E6
Complementary color
Monochromatic Colors of #F184E6
Black with #F184E6
Text Example
Text Example
White with #F184E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184E6; }
p { color: rgb(241,132,230); }
H1.HeaderClassName
{
color: #F184E6;
}
.AnyTagClassName
{
color: #F184E6;
}
</style>
background-color css
<style>
a { background-color: #F184E6; }
a { background-color: rgb(241,132,230); }
div.DivClassName
{
background-color: #F184E6;
}
.BgClassName
{
background-color: #F184E6;
}
</style>
border-color css
<style>
span { border-color: #F184E6; }
span { border-color: rgb(241,132,230); }
td.TdClassName
{
border-color: #F184E6;
}
.TagClassName
{
border-color: #F184E6;
}
</style>