Shades of Violet #F18BEB
Tints of Violet #F18BEB
RGB
CMYK
RGB Variations
Color information
#F18BEB (or 0xF18BEB) is known color: Violet. HEX triplet: F1, 8B and EB. RGB value is (241,139,235). Sum of RGB (Red+Green+Blue) = 241+139+235=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 139 (54.69% from 255 or 22.60% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BEB is #0E7414. Grayscale: #B4B4B4. Windows color (decimal): -947221 or 15436785. OLE color: 15436785.
HSL color Cylindrical-coordinate representation of color #F18BEB: hue angle of 303.53º 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 #F18BEB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 235 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 303.53º | 0.78% | 0.75% | - |
| HSV(B) | 303.53º | 0.42% | 0.95% | - |
| XYZ | 60.5 | 43.16 | 83.74 | - |
| YUV | 180.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 235 | 0 | 0.42 | 0.02 | 0.05 | 303.53 | 0.78 | 0.75 |
| Hex | F1 | 8B | EB | 0 | 2A | 2 | 5 | 130 | 4E | 4B |
| Octal | 361 | 213 | 353 | 0 | 52 | 2 | 5 | 460 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11101011 | 0 | 101010 | 10 | 101 | 100110000 | 1001110 | 1001011 |
Color Harmonies of #F18BEB
Complementary color
Monochromatic Colors of #F18BEB
Black with #F18BEB
Text Example
Text Example
White with #F18BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BEB; }
p { color: rgb(241,139,235); }
H1.HeaderClassName
{
color: #F18BEB;
}
.AnyTagClassName
{
color: #F18BEB;
}
</style>
background-color css
<style>
a { background-color: #F18BEB; }
a { background-color: rgb(241,139,235); }
div.DivClassName
{
background-color: #F18BEB;
}
.BgClassName
{
background-color: #F18BEB;
}
</style>
border-color css
<style>
span { border-color: #F18BEB; }
span { border-color: rgb(241,139,235); }
td.TdClassName
{
border-color: #F18BEB;
}
.TagClassName
{
border-color: #F18BEB;
}
</style>