Shades of Violet #F194EA
Tints of Violet #F194EA
RGB
CMYK
RGB Variations
Color information
#F194EA (or 0xF194EA) is known color: Violet. HEX triplet: F1, 94 and EA. RGB value is (241,148,234). Sum of RGB (Red+Green+Blue) = 241+148+234=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 148 (58.20% from 255 or 23.76% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F194EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194EA is #0E6B15. Grayscale: #B9B9B9. Windows color (decimal): -944918 or 15373553. OLE color: 15373553.
HSL color Cylindrical-coordinate representation of color #F194EA: hue angle of 304.52º 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 #F194EA is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 234 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.05 |
| HSL | 304.52º | 0.77% | 0.76% | - |
| HSV(B) | 304.52º | 0.39% | 0.95% | - |
| XYZ | 61.72 | 45.82 | 83.43 | - |
| YUV | 185.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 234 | 0 | 0.39 | 0.03 | 0.05 | 304.52 | 0.77 | 0.76 |
| Hex | F1 | 94 | EA | 0 | 27 | 3 | 5 | 131 | 4D | 4C |
| Octal | 361 | 224 | 352 | 0 | 47 | 3 | 5 | 461 | 115 | 114 |
| Binary | 11110001 | 10010100 | 11101010 | 0 | 100111 | 11 | 101 | 100110001 | 1001101 | 1001100 |
Color Harmonies of #F194EA
Complementary color
Monochromatic Colors of #F194EA
Black with #F194EA
Text Example
Text Example
White with #F194EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F194EA; }
p { color: rgb(241,148,234); }
H1.HeaderClassName
{
color: #F194EA;
}
.AnyTagClassName
{
color: #F194EA;
}
</style>
background-color css
<style>
a { background-color: #F194EA; }
a { background-color: rgb(241,148,234); }
div.DivClassName
{
background-color: #F194EA;
}
.BgClassName
{
background-color: #F194EA;
}
</style>
border-color css
<style>
span { border-color: #F194EA; }
span { border-color: rgb(241,148,234); }
td.TdClassName
{
border-color: #F194EA;
}
.TagClassName
{
border-color: #F194EA;
}
</style>