#F194EC

Color #F194EC Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #F194EC

Tints of Violet #F194EC

Color information

#F194EC (or 0xF194EC) is unknown color: approx Violet. HEX triplet: F1, 94 and EC. RGB value is (241,148,236). Sum of RGB (Red+Green+Blue) = 241+148+236=625 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.56% from 625); Green value is 148 (58.20% from 255 or 23.68% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 241 - color contains mainly: red. Hex color #F194EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F194EC is #0E6B13. Grayscale: #B9B9B9. Windows color (decimal): -944916 or 15504625. OLE color: 15504625.

HSL color Cylindrical-coordinate representation of color #F194EC: hue angle of 303.23º 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 #F194EC is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241148236-
CMYK00.390.020.05
HSL303.23º76.86%76.27%-
HSV(B)303.23º38.59%94.51%-
XYZ62.0145.9484.96-
YUV185.84156.31167.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 38.56%
GREEN value IS 148 (58.20% from 255) = 23.68%
BLUE value IS 236 (92.58% from 255) = 37.76%
R=38.56%
G=23.68%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114823600.390.020.05303.2376.8676.27
HexF194EC0272512f4d4c
Octal36122435404725457115114
Binary11110001100101001110110001001111010110010111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F194EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F194EC; }

 p { color: rgb(241,148,236); }

 H1.HeaderClassName
 {
   color: #F194EC;
 }
 .AnyTagClassName
 {
   color: #F194EC;
 }
</style>
background-color css

<style>
 a { background-color: #F194EC; }

 a { background-color: rgb(241,148,236); }

 div.DivClassName
 {
   background-color: #F194EC;
 }
 .BgClassName
 {
   background-color: #F194EC;
 }
</style>
border-color css

<style>
 span { border-color: #F194EC; }

 span { border-color: rgb(241,148,236); }

 td.TdClassName
 {
   border-color: #F194EC;
 }
 .TagClassName
 {
   border-color: #F194EC;
 }
</style>