Shades of Violet #F18BEF
Tints of Violet #F18BEF
RGB
CMYK
RGB Variations
Color information
#F18BEF (or 0xF18BEF) is known color: Violet. HEX triplet: F1, 8B and EF. RGB value is (241,139,239). Sum of RGB (Red+Green+Blue) = 241+139+239=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 139 (54.69% from 255 or 22.46% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BEF is #0E7410. Grayscale: #B4B4B4. Windows color (decimal): -947217 or 15698929. OLE color: 15698929.
HSL color Cylindrical-coordinate representation of color #F18BEF: hue angle of 301.18º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BEF is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 239 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.05 |
| HSL | 301.18º | 0.78% | 0.75% | - |
| HSV(B) | 301.18º | 0.42% | 0.95% | - |
| XYZ | 61.09 | 43.4 | 86.82 | - |
| YUV | 180.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 239 | 0 | 0.42 | 0.01 | 0.05 | 301.18 | 0.78 | 0.75 |
| Hex | F1 | 8B | EF | 0 | 2A | 1 | 5 | 12D | 4E | 4B |
| Octal | 361 | 213 | 357 | 0 | 52 | 1 | 5 | 455 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11101111 | 0 | 101010 | 1 | 101 | 100101101 | 1001110 | 1001011 |
Color Harmonies of #F18BEF
Complementary color
Monochromatic Colors of #F18BEF
Black with #F18BEF
Text Example
Text Example
White with #F18BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BEF; }
p { color: rgb(241,139,239); }
H1.HeaderClassName
{
color: #F18BEF;
}
.AnyTagClassName
{
color: #F18BEF;
}
</style>
background-color css
<style>
a { background-color: #F18BEF; }
a { background-color: rgb(241,139,239); }
div.DivClassName
{
background-color: #F18BEF;
}
.BgClassName
{
background-color: #F18BEF;
}
</style>
border-color css
<style>
span { border-color: #F18BEF; }
span { border-color: rgb(241,139,239); }
td.TdClassName
{
border-color: #F18BEF;
}
.TagClassName
{
border-color: #F18BEF;
}
</style>