Shades of Violet #F184EE
Tints of Violet #F184EE
RGB
CMYK
RGB Variations
Color information
#F184EE (or 0xF184EE) is known color: Violet. HEX triplet: F1, 84 and EE. RGB value is (241,132,238). Sum of RGB (Red+Green+Blue) = 241+132+238=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F184EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F184EE is #0E7B11. Grayscale: #B0B0B0. Windows color (decimal): -949010 or 15631601. OLE color: 15631601.
HSL color Cylindrical-coordinate representation of color #F184EE: hue angle of 301.65º 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 #F184EE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 238 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.05 |
| HSL | 301.65º | 0.8% | 0.73% | - |
| HSV(B) | 301.65º | 0.45% | 0.95% | - |
| XYZ | 59.96 | 41.38 | 85.72 | - |
| YUV | 176.68 | 162.61 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 238 | 0 | 0.45 | 0.01 | 0.05 | 301.65 | 0.8 | 0.73 |
| Hex | F1 | 84 | EE | 0 | 2D | 1 | 5 | 12E | 50 | 49 |
| Octal | 361 | 204 | 356 | 0 | 55 | 1 | 5 | 456 | 120 | 111 |
| Binary | 11110001 | 10000100 | 11101110 | 0 | 101101 | 1 | 101 | 100101110 | 1010000 | 1001001 |
Color Harmonies of #F184EE
Complementary color
Monochromatic Colors of #F184EE
Black with #F184EE
Text Example
Text Example
White with #F184EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F184EE; }
p { color: rgb(241,132,238); }
H1.HeaderClassName
{
color: #F184EE;
}
.AnyTagClassName
{
color: #F184EE;
}
</style>
background-color css
<style>
a { background-color: #F184EE; }
a { background-color: rgb(241,132,238); }
div.DivClassName
{
background-color: #F184EE;
}
.BgClassName
{
background-color: #F184EE;
}
</style>
border-color css
<style>
span { border-color: #F184EE; }
span { border-color: rgb(241,132,238); }
td.TdClassName
{
border-color: #F184EE;
}
.TagClassName
{
border-color: #F184EE;
}
</style>