Shades of Violet #F185EE
Tints of Violet #F185EE
RGB
CMYK
RGB Variations
Color information
#F185EE (or 0xF185EE) is known color: Violet. HEX triplet: F1, 85 and EE. RGB value is (241,133,238). Sum of RGB (Red+Green+Blue) = 241+133+238=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 238 (93.36% from 255 or 38.89% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F185EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F185EE is #0E7A11. Grayscale: #B0B0B0. Windows color (decimal): -948754 or 15631857. OLE color: 15631857.
HSL color Cylindrical-coordinate representation of color #F185EE: hue angle of 301.67º degrees, saturation: 0.79, 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 #F185EE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 133 | 238 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.05 |
| HSL | 301.67º | 0.79% | 0.73% | - |
| HSV(B) | 301.67º | 0.45% | 0.95% | - |
| XYZ | 60.1 | 41.65 | 85.76 | - |
| YUV | 177.26 | 162.28 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 133 | 238 | 0 | 0.45 | 0.01 | 0.05 | 301.67 | 0.79 | 0.73 |
| Hex | F1 | 85 | EE | 0 | 2D | 1 | 5 | 12E | 4F | 49 |
| Octal | 361 | 205 | 356 | 0 | 55 | 1 | 5 | 456 | 117 | 111 |
| Binary | 11110001 | 10000101 | 11101110 | 0 | 101101 | 1 | 101 | 100101110 | 1001111 | 1001001 |
Color Harmonies of #F185EE
Complementary color
Monochromatic Colors of #F185EE
Black with #F185EE
Text Example
Text Example
White with #F185EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F185EE; }
p { color: rgb(241,133,238); }
H1.HeaderClassName
{
color: #F185EE;
}
.AnyTagClassName
{
color: #F185EE;
}
</style>
background-color css
<style>
a { background-color: #F185EE; }
a { background-color: rgb(241,133,238); }
div.DivClassName
{
background-color: #F185EE;
}
.BgClassName
{
background-color: #F185EE;
}
</style>
border-color css
<style>
span { border-color: #F185EE; }
span { border-color: rgb(241,133,238); }
td.TdClassName
{
border-color: #F185EE;
}
.TagClassName
{
border-color: #F185EE;
}
</style>