Shades of Violet #F18BEC
Tints of Violet #F18BEC
RGB
CMYK
RGB Variations
Color information
#F18BEC (or 0xF18BEC) is known color: Violet. HEX triplet: F1, 8B and EC. RGB value is (241,139,236). Sum of RGB (Red+Green+Blue) = 241+139+236=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 139 (54.69% from 255 or 22.56% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F18BEC is #0E7413. Grayscale: #B4B4B4. Windows color (decimal): -947220 or 15502321. OLE color: 15502321.
HSL color Cylindrical-coordinate representation of color #F18BEC: hue angle of 302.94º 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 #F18BEC is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 236 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.05 |
| HSL | 302.94º | 0.78% | 0.75% | - |
| HSV(B) | 302.94º | 0.42% | 0.95% | - |
| XYZ | 60.65 | 43.22 | 84.5 | - |
| YUV | 180.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 236 | 0 | 0.42 | 0.02 | 0.05 | 302.94 | 0.78 | 0.75 |
| Hex | F1 | 8B | EC | 0 | 2A | 2 | 5 | 12F | 4E | 4B |
| Octal | 361 | 213 | 354 | 0 | 52 | 2 | 5 | 457 | 116 | 113 |
| Binary | 11110001 | 10001011 | 11101100 | 0 | 101010 | 10 | 101 | 100101111 | 1001110 | 1001011 |
Color Harmonies of #F18BEC
Complementary color
Monochromatic Colors of #F18BEC
Black with #F18BEC
Text Example
Text Example
White with #F18BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BEC; }
p { color: rgb(241,139,236); }
H1.HeaderClassName
{
color: #F18BEC;
}
.AnyTagClassName
{
color: #F18BEC;
}
</style>
background-color css
<style>
a { background-color: #F18BEC; }
a { background-color: rgb(241,139,236); }
div.DivClassName
{
background-color: #F18BEC;
}
.BgClassName
{
background-color: #F18BEC;
}
</style>
border-color css
<style>
span { border-color: #F18BEC; }
span { border-color: rgb(241,139,236); }
td.TdClassName
{
border-color: #F18BEC;
}
.TagClassName
{
border-color: #F18BEC;
}
</style>