Shades of Violet #F188EF
Tints of Violet #F188EF
RGB
CMYK
RGB Variations
Color information
#F188EF (or 0xF188EF) is known color: Violet. HEX triplet: F1, 88 and EF. RGB value is (241,136,239). Sum of RGB (Red+Green+Blue) = 241+136+239=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 136 (53.52% from 255 or 22.08% from 616); Blue value is 239 (93.75% from 255 or 38.80% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F188EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F188EF is #0E7710. Grayscale: #B2B2B2. Windows color (decimal): -947985 or 15698161. OLE color: 15698161.
HSL color Cylindrical-coordinate representation of color #F188EF: hue angle of 301.14º 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 #F188EF is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 239 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.05 |
| HSL | 301.14º | 0.79% | 0.74% | - |
| HSV(B) | 301.14º | 0.44% | 0.95% | - |
| XYZ | 60.66 | 42.54 | 86.68 | - |
| YUV | 179.14 | 161.79 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 239 | 0 | 0.44 | 0.01 | 0.05 | 301.14 | 0.79 | 0.74 |
| Hex | F1 | 88 | EF | 0 | 2C | 1 | 5 | 12D | 4F | 4A |
| Octal | 361 | 210 | 357 | 0 | 54 | 1 | 5 | 455 | 117 | 112 |
| Binary | 11110001 | 10001000 | 11101111 | 0 | 101100 | 1 | 101 | 100101101 | 1001111 | 1001010 |
Color Harmonies of #F188EF
Complementary color
Monochromatic Colors of #F188EF
Black with #F188EF
Text Example
Text Example
White with #F188EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F188EF; }
p { color: rgb(241,136,239); }
H1.HeaderClassName
{
color: #F188EF;
}
.AnyTagClassName
{
color: #F188EF;
}
</style>
background-color css
<style>
a { background-color: #F188EF; }
a { background-color: rgb(241,136,239); }
div.DivClassName
{
background-color: #F188EF;
}
.BgClassName
{
background-color: #F188EF;
}
</style>
border-color css
<style>
span { border-color: #F188EF; }
span { border-color: rgb(241,136,239); }
td.TdClassName
{
border-color: #F188EF;
}
.TagClassName
{
border-color: #F188EF;
}
</style>