Shades of Violet #F186ED
Tints of Violet #F186ED
RGB
CMYK
RGB Variations
Color information
#F186ED (or 0xF186ED) is known color: Violet. HEX triplet: F1, 86 and ED. RGB value is (241,134,237). Sum of RGB (Red+Green+Blue) = 241+134+237=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 134 (52.73% from 255 or 21.90% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F186ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F186ED is #0E7912. Grayscale: #B1B1B1. Windows color (decimal): -948499 or 15566577. OLE color: 15566577.
HSL color Cylindrical-coordinate representation of color #F186ED: hue angle of 302.24º 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 #F186ED is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 134 | 237 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 302.24º | 0.79% | 0.74% | - |
| HSV(B) | 302.24º | 0.44% | 0.95% | - |
| XYZ | 60.09 | 41.87 | 85.03 | - |
| YUV | 177.74 | 161.45 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 134 | 237 | 0 | 0.44 | 0.02 | 0.05 | 302.24 | 0.79 | 0.74 |
| Hex | F1 | 86 | ED | 0 | 2C | 2 | 5 | 12E | 4F | 4A |
| Octal | 361 | 206 | 355 | 0 | 54 | 2 | 5 | 456 | 117 | 112 |
| Binary | 11110001 | 10000110 | 11101101 | 0 | 101100 | 10 | 101 | 100101110 | 1001111 | 1001010 |
Color Harmonies of #F186ED
Complementary color
Monochromatic Colors of #F186ED
Black with #F186ED
Text Example
Text Example
White with #F186ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F186ED; }
p { color: rgb(241,134,237); }
H1.HeaderClassName
{
color: #F186ED;
}
.AnyTagClassName
{
color: #F186ED;
}
</style>
background-color css
<style>
a { background-color: #F186ED; }
a { background-color: rgb(241,134,237); }
div.DivClassName
{
background-color: #F186ED;
}
.BgClassName
{
background-color: #F186ED;
}
</style>
border-color css
<style>
span { border-color: #F186ED; }
span { border-color: rgb(241,134,237); }
td.TdClassName
{
border-color: #F186ED;
}
.TagClassName
{
border-color: #F186ED;
}
</style>