Shades of Pale Magenta #F183E7
Tints of Pale Magenta #F183E7
RGB
CMYK
RGB Variations
Color information
#F183E7 (or 0xF183E7) is known color: Pale Magenta. HEX triplet: F1, 83 and E7. RGB value is (241,131,231). Sum of RGB (Red+Green+Blue) = 241+131+231=603 (79% of max value = 765). Red value is 241 (94.53% from 255 or 39.97% from 603); Green value is 131 (51.56% from 255 or 21.72% from 603); Blue value is 231 (90.62% from 255 or 38.31% from 603); Max value from RGB is 241 - color contains mainly: red. Hex color #F183E7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183E7 is #0E7C18. Grayscale: #AEAEAE. Windows color (decimal): -949273 or 15172593. OLE color: 15172593.
HSL color Cylindrical-coordinate representation of color #F183E7: hue angle of 305.45º 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 #F183E7 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 231 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.05 |
| HSL | 305.45º | 0.8% | 0.73% | - |
| HSV(B) | 305.45º | 0.46% | 0.95% | - |
| XYZ | 58.82 | 40.7 | 80.36 | - |
| YUV | 175.29 | 159.44 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 231 | 0 | 0.46 | 0.04 | 0.05 | 305.45 | 0.8 | 0.73 |
| Hex | F1 | 83 | E7 | 0 | 2E | 4 | 5 | 131 | 50 | 49 |
| Octal | 361 | 203 | 347 | 0 | 56 | 4 | 5 | 461 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11100111 | 0 | 101110 | 100 | 101 | 100110001 | 1010000 | 1001001 |
Color Harmonies of #F183E7
Complementary color
Monochromatic Colors of #F183E7
Black with #F183E7
Text Example
Text Example
White with #F183E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183E7; }
p { color: rgb(241,131,231); }
H1.HeaderClassName
{
color: #F183E7;
}
.AnyTagClassName
{
color: #F183E7;
}
</style>
background-color css
<style>
a { background-color: #F183E7; }
a { background-color: rgb(241,131,231); }
div.DivClassName
{
background-color: #F183E7;
}
.BgClassName
{
background-color: #F183E7;
}
</style>
border-color css
<style>
span { border-color: #F183E7; }
span { border-color: rgb(241,131,231); }
td.TdClassName
{
border-color: #F183E7;
}
.TagClassName
{
border-color: #F183E7;
}
</style>