Shades of Violet #F194ED
Tints of Violet #F194ED
RGB
CMYK
RGB Variations
Color information
#F194ED (or 0xF194ED) is known color: Violet. HEX triplet: F1, 94 and ED. RGB value is (241,148,237). Sum of RGB (Red+Green+Blue) = 241+148+237=626 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.50% from 626); Green value is 148 (58.20% from 255 or 23.64% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 241 - color contains mainly: red. Hex color #F194ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194ED is #0E6B12. Grayscale: #B9B9B9. Windows color (decimal): -944915 or 15570161. OLE color: 15570161.
HSL color Cylindrical-coordinate representation of color #F194ED: hue angle of 302.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F194ED is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 237 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.05 |
| HSL | 302.58º | 0.77% | 0.76% | - |
| HSV(B) | 302.58º | 0.39% | 0.95% | - |
| XYZ | 62.15 | 46 | 85.72 | - |
| YUV | 185.95 | 156.81 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 237 | 0 | 0.39 | 0.02 | 0.05 | 302.58 | 0.77 | 0.76 |
| Hex | F1 | 94 | ED | 0 | 27 | 2 | 5 | 12F | 4D | 4C |
| Octal | 361 | 224 | 355 | 0 | 47 | 2 | 5 | 457 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11101101 | 0 | 100111 | 10 | 101 | 100101111 | 1001101 | 1001100 |
Color Harmonies of #F194ED
Complementary color
Monochromatic Colors of #F194ED
Black with #F194ED
Text Example
Text Example
White with #F194ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194ED; }
p { color: rgb(241,148,237); }
H1.HeaderClassName
{
color: #F194ED;
}
.AnyTagClassName
{
color: #F194ED;
}
</style>
background-color css
<style>
a { background-color: #F194ED; }
a { background-color: rgb(241,148,237); }
div.DivClassName
{
background-color: #F194ED;
}
.BgClassName
{
background-color: #F194ED;
}
</style>
border-color css
<style>
span { border-color: #F194ED; }
span { border-color: rgb(241,148,237); }
td.TdClassName
{
border-color: #F194ED;
}
.TagClassName
{
border-color: #F194ED;
}
</style>