Shades of Violet #F188EE
Tints of Violet #F188EE
RGB
CMYK
RGB Variations
Color information
#F188EE (or 0xF188EE) is known color: Violet. HEX triplet: F1, 88 and EE. RGB value is (241,136,238). Sum of RGB (Red+Green+Blue) = 241+136+238=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 136 (53.52% from 255 or 22.11% from 615); Blue value is 238 (93.36% from 255 or 38.70% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F188EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188EE is #0E7711. Grayscale: #B2B2B2. Windows color (decimal): -947986 or 15632625. OLE color: 15632625.
HSL color Cylindrical-coordinate representation of color #F188EE: hue angle of 301.71º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F188EE is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 238 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.05 |
| HSL | 301.71º | 0.79% | 0.74% | - |
| HSV(B) | 301.71º | 0.44% | 0.95% | - |
| XYZ | 60.51 | 42.48 | 85.9 | - |
| YUV | 179.02 | 161.29 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 238 | 0 | 0.44 | 0.01 | 0.05 | 301.71 | 0.79 | 0.74 |
| Hex | F1 | 88 | EE | 0 | 2C | 1 | 5 | 12E | 4F | 4A |
| Octal | 361 | 210 | 356 | 0 | 54 | 1 | 5 | 456 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11101110 | 0 | 101100 | 1 | 101 | 100101110 | 1001111 | 1001010 |
Color Harmonies of #F188EE
Complementary color
Monochromatic Colors of #F188EE
Black with #F188EE
Text Example
Text Example
White with #F188EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188EE; }
p { color: rgb(241,136,238); }
H1.HeaderClassName
{
color: #F188EE;
}
.AnyTagClassName
{
color: #F188EE;
}
</style>
background-color css
<style>
a { background-color: #F188EE; }
a { background-color: rgb(241,136,238); }
div.DivClassName
{
background-color: #F188EE;
}
.BgClassName
{
background-color: #F188EE;
}
</style>
border-color css
<style>
span { border-color: #F188EE; }
span { border-color: rgb(241,136,238); }
td.TdClassName
{
border-color: #F188EE;
}
.TagClassName
{
border-color: #F188EE;
}
</style>