Shades of Violet #F181EE
Tints of Violet #F181EE
RGB
CMYK
RGB Variations
Color information
#F181EE (or 0xF181EE) is known color: Violet. HEX triplet: F1, 81 and EE. RGB value is (241,129,238). Sum of RGB (Red+Green+Blue) = 241+129+238=608 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.64% from 608); Green value is 129 (50.78% from 255 or 21.22% from 608); Blue value is 238 (93.36% from 255 or 39.14% from 608); Max value from RGB is 241 - color contains mainly: red. Hex color #F181EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F181EE is #0E7E11. Grayscale: #AEAEAE. Windows color (decimal): -949778 or 15630833. OLE color: 15630833.
HSL color Cylindrical-coordinate representation of color #F181EE: hue angle of 301.61º 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 #F181EE is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 129 | 238 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.05 |
| HSL | 301.61º | 0.8% | 0.73% | - |
| HSV(B) | 301.61º | 0.46% | 0.95% | - |
| XYZ | 59.56 | 40.57 | 85.58 | - |
| YUV | 174.91 | 163.61 | 175.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 129 | 238 | 0 | 0.46 | 0.01 | 0.05 | 301.61 | 0.8 | 0.73 |
| Hex | F1 | 81 | EE | 0 | 2E | 1 | 5 | 12E | 50 | 49 |
| Octal | 361 | 201 | 356 | 0 | 56 | 1 | 5 | 456 | 120 | 111 |
| Binary | 11110001 | 10000001 | 11101110 | 0 | 101110 | 1 | 101 | 100101110 | 1010000 | 1001001 |
Color Harmonies of #F181EE
Complementary color
Monochromatic Colors of #F181EE
Black with #F181EE
Text Example
Text Example
White with #F181EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F181EE; }
p { color: rgb(241,129,238); }
H1.HeaderClassName
{
color: #F181EE;
}
.AnyTagClassName
{
color: #F181EE;
}
</style>
background-color css
<style>
a { background-color: #F181EE; }
a { background-color: rgb(241,129,238); }
div.DivClassName
{
background-color: #F181EE;
}
.BgClassName
{
background-color: #F181EE;
}
</style>
border-color css
<style>
span { border-color: #F181EE; }
span { border-color: rgb(241,129,238); }
td.TdClassName
{
border-color: #F181EE;
}
.TagClassName
{
border-color: #F181EE;
}
</style>