Shades of Violet #F187EC
Tints of Violet #F187EC
RGB
CMYK
RGB Variations
Color information
#F187EC (or 0xF187EC) is known color: Violet. HEX triplet: F1, 87 and EC. RGB value is (241,135,236). Sum of RGB (Red+Green+Blue) = 241+135+236=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 135 (53.12% from 255 or 22.06% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F187EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F187EC is #0E7813. Grayscale: #B1B1B1. Windows color (decimal): -948244 or 15501297. OLE color: 15501297.
HSL color Cylindrical-coordinate representation of color #F187EC: hue angle of 302.83º 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 #F187EC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 135 | 236 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.83º | 0.79% | 0.74% | - |
| HSV(B) | 302.83º | 0.44% | 0.95% | - |
| XYZ | 60.08 | 42.08 | 84.31 | - |
| YUV | 178.21 | 160.62 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 135 | 236 | 0 | 0.44 | 0.02 | 0.05 | 302.83 | 0.79 | 0.74 |
| Hex | F1 | 87 | EC | 0 | 2C | 2 | 5 | 12F | 4F | 4A |
| Octal | 361 | 207 | 354 | 0 | 54 | 2 | 5 | 457 | 117 | 112 |
| Binary | 11110001 | 10000111 | 11101100 | 0 | 101100 | 10 | 101 | 100101111 | 1001111 | 1001010 |
Color Harmonies of #F187EC
Complementary color
Monochromatic Colors of #F187EC
Black with #F187EC
Text Example
Text Example
White with #F187EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F187EC; }
p { color: rgb(241,135,236); }
H1.HeaderClassName
{
color: #F187EC;
}
.AnyTagClassName
{
color: #F187EC;
}
</style>
background-color css
<style>
a { background-color: #F187EC; }
a { background-color: rgb(241,135,236); }
div.DivClassName
{
background-color: #F187EC;
}
.BgClassName
{
background-color: #F187EC;
}
</style>
border-color css
<style>
span { border-color: #F187EC; }
span { border-color: rgb(241,135,236); }
td.TdClassName
{
border-color: #F187EC;
}
.TagClassName
{
border-color: #F187EC;
}
</style>