Shades of Violet #F18BEE
Tints of Violet #F18BEE
RGB
CMYK
RGB Variations
Color information
#F18BEE (or 0xF18BEE) is known color: Violet. HEX triplet: F1, 8B and EE. RGB value is (241,139,238). Sum of RGB (Red+Green+Blue) = 241+139+238=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 139 (54.69% from 255 or 22.49% from 618); Blue value is 238 (93.36% from 255 or 38.51% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BEE is #0E7411. Grayscale: #B4B4B4. Windows color (decimal): -947218 or 15633393. OLE color: 15633393.
HSL color Cylindrical-coordinate representation of color #F18BEE: hue angle of 301.76º 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 #F18BEE is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 238 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.05 |
| HSL | 301.76º | 0.78% | 0.75% | - |
| HSV(B) | 301.76º | 0.42% | 0.95% | - |
| XYZ | 60.94 | 43.34 | 86.04 | - |
| YUV | 180.78 | 160.29 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 238 | 0 | 0.42 | 0.01 | 0.05 | 301.76 | 0.78 | 0.75 |
| Hex | F1 | 8B | EE | 0 | 2A | 1 | 5 | 12E | 4E | 4B |
| Octal | 361 | 213 | 356 | 0 | 52 | 1 | 5 | 456 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11101110 | 0 | 101010 | 1 | 101 | 100101110 | 1001110 | 1001011 |
Color Harmonies of #F18BEE
Complementary color
Monochromatic Colors of #F18BEE
Black with #F18BEE
Text Example
Text Example
White with #F18BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BEE; }
p { color: rgb(241,139,238); }
H1.HeaderClassName
{
color: #F18BEE;
}
.AnyTagClassName
{
color: #F18BEE;
}
</style>
background-color css
<style>
a { background-color: #F18BEE; }
a { background-color: rgb(241,139,238); }
div.DivClassName
{
background-color: #F18BEE;
}
.BgClassName
{
background-color: #F18BEE;
}
</style>
border-color css
<style>
span { border-color: #F18BEE; }
span { border-color: rgb(241,139,238); }
td.TdClassName
{
border-color: #F18BEE;
}
.TagClassName
{
border-color: #F18BEE;
}
</style>