Shades of Violet #F195EC
Tints of Violet #F195EC
RGB
CMYK
RGB Variations
Color information
#F195EC (or 0xF195EC) is known color: Violet. HEX triplet: F1, 95 and EC. RGB value is (241,149,236). Sum of RGB (Red+Green+Blue) = 241+149+236=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 149 (58.59% from 255 or 23.80% from 626); Blue value is 236 (92.58% from 255 or 37.70% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F195EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F195EC is #0E6A13. Grayscale: #BABABA. Windows color (decimal): -944660 or 15504881. OLE color: 15504881.
HSL color Cylindrical-coordinate representation of color #F195EC: hue angle of 303.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F195EC is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 149 | 236 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.05 |
| HSL | 303.26º | 0.77% | 0.76% | - |
| HSV(B) | 303.26º | 0.38% | 0.95% | - |
| XYZ | 62.16 | 46.25 | 85.01 | - |
| YUV | 186.43 | 155.98 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 149 | 236 | 0 | 0.38 | 0.02 | 0.05 | 303.26 | 0.77 | 0.76 |
| Hex | F1 | 95 | EC | 0 | 26 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 225 | 354 | 0 | 46 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010101 | 11101100 | 0 | 100110 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F195EC
Complementary color
Monochromatic Colors of #F195EC
Black with #F195EC
Text Example
Text Example
White with #F195EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F195EC; }
p { color: rgb(241,149,236); }
H1.HeaderClassName
{
color: #F195EC;
}
.AnyTagClassName
{
color: #F195EC;
}
</style>
background-color css
<style>
a { background-color: #F195EC; }
a { background-color: rgb(241,149,236); }
div.DivClassName
{
background-color: #F195EC;
}
.BgClassName
{
background-color: #F195EC;
}
</style>
border-color css
<style>
span { border-color: #F195EC; }
span { border-color: rgb(241,149,236); }
td.TdClassName
{
border-color: #F195EC;
}
.TagClassName
{
border-color: #F195EC;
}
</style>