Shades of Violet #F183EC
Tints of Violet #F183EC
RGB
CMYK
RGB Variations
Color information
#F183EC (or 0xF183EC) is known color: Violet. HEX triplet: F1, 83 and EC. RGB value is (241,131,236). Sum of RGB (Red+Green+Blue) = 241+131+236=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 131 (51.56% from 255 or 21.55% from 608); Blue value is 236 (92.58% from 255 or 38.82% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F183EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F183EC is #0E7C13. Grayscale: #AFAFAF. Windows color (decimal): -949268 or 15500273. OLE color: 15500273.
HSL color Cylindrical-coordinate representation of color #F183EC: hue angle of 302.73º 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 #F183EC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 236 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.05 |
| HSL | 302.73º | 0.8% | 0.73% | - |
| HSV(B) | 302.73º | 0.46% | 0.95% | - |
| XYZ | 59.53 | 40.99 | 84.13 | - |
| YUV | 175.86 | 161.94 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 236 | 0 | 0.46 | 0.02 | 0.05 | 302.73 | 0.8 | 0.73 |
| Hex | F1 | 83 | EC | 0 | 2E | 2 | 5 | 12F | 50 | 49 |
| Octal | 361 | 203 | 354 | 0 | 56 | 2 | 5 | 457 | 120 | 111 |
| Binary | 11110001 | 10000011 | 11101100 | 0 | 101110 | 10 | 101 | 100101111 | 1010000 | 1001001 |
Color Harmonies of #F183EC
Complementary color
Monochromatic Colors of #F183EC
Black with #F183EC
Text Example
Text Example
White with #F183EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F183EC; }
p { color: rgb(241,131,236); }
H1.HeaderClassName
{
color: #F183EC;
}
.AnyTagClassName
{
color: #F183EC;
}
</style>
background-color css
<style>
a { background-color: #F183EC; }
a { background-color: rgb(241,131,236); }
div.DivClassName
{
background-color: #F183EC;
}
.BgClassName
{
background-color: #F183EC;
}
</style>
border-color css
<style>
span { border-color: #F183EC; }
span { border-color: rgb(241,131,236); }
td.TdClassName
{
border-color: #F183EC;
}
.TagClassName
{
border-color: #F183EC;
}
</style>