Shades of Pale Magenta #F183E3
Tints of Pale Magenta #F183E3
RGB
CMYK
RGB Variations
Color information
#F183E3 (or 0xF183E3) is known color: Pale Magenta. HEX triplet: F1, 83 and E3. RGB value is (241,131,227). Sum of RGB (Red+Green+Blue) = 241+131+227=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 131 (51.56% from 255 or 21.87% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F183E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F183E3 is #0E7C1C. Grayscale: #AEAEAE. Windows color (decimal): -949277 or 14910449. OLE color: 14910449.
HSL color Cylindrical-coordinate representation of color #F183E3: hue angle of 307.64º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F183E3 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 227 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.05 |
| HSL | 307.64º | 0.8% | 0.73% | - |
| HSV(B) | 307.64º | 0.46% | 0.95% | - |
| XYZ | 58.26 | 40.48 | 77.42 | - |
| YUV | 174.83 | 157.44 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 227 | 0 | 0.46 | 0.06 | 0.05 | 307.64 | 0.8 | 0.73 |
| Hex | F1 | 83 | E3 | 0 | 2E | 6 | 5 | 134 | 50 | 49 |
| Octal | 361 | 203 | 343 | 0 | 56 | 6 | 5 | 464 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11100011 | 0 | 101110 | 110 | 101 | 100110100 | 1010000 | 1001001 |
Color Harmonies of #F183E3
Complementary color
Monochromatic Colors of #F183E3
Black with #F183E3
Text Example
Text Example
White with #F183E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183E3; }
p { color: rgb(241,131,227); }
H1.HeaderClassName
{
color: #F183E3;
}
.AnyTagClassName
{
color: #F183E3;
}
</style>
background-color css
<style>
a { background-color: #F183E3; }
a { background-color: rgb(241,131,227); }
div.DivClassName
{
background-color: #F183E3;
}
.BgClassName
{
background-color: #F183E3;
}
</style>
border-color css
<style>
span { border-color: #F183E3; }
span { border-color: rgb(241,131,227); }
td.TdClassName
{
border-color: #F183E3;
}
.TagClassName
{
border-color: #F183E3;
}
</style>